1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-15 03:17:40 +01:00
mkdocs-material/material/overrides/main.html

24 lines
727 B
HTML
Raw Normal View History

2020-03-26 12:54:59 +01:00
{#-
This file was automatically generated - do not edit
-#}
{% extends "base.html" %}
2020-03-26 15:23:22 +01:00
{% block extrahead %}
2022-03-27 16:49:19 +02:00
<link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.8464ae1a.min.css' | url }}">
2020-03-26 15:23:22 +01:00
{% endblock %}
2020-03-26 12:54:59 +01:00
{% block announce %}
2020-06-20 12:24:35 +02:00
<a href="https://twitter.com/squidfunk">
For updates follow <strong>@squidfunk</strong> on
<span class="twemoji twitter">
{% include ".icons/fontawesome/brands/twitter.svg" %}
2020-04-25 15:56:00 +02:00
</span>
2020-06-20 12:24:35 +02:00
<strong>Twitter</strong>
2020-04-05 14:09:20 +02:00
</a>
2020-03-26 12:54:59 +01:00
{% endblock %}
{% block content %}
{% include "overrides/partials/content.html" %}
{% endblock %}
2021-02-06 09:57:40 +01:00
{% block scripts %}
2020-07-23 10:23:32 +02:00
{{ super() }}
<script src="{{ 'overrides/assets/javascripts/bundle.2bc01bfd.min.js' | url }}"></script>
2020-07-23 10:23:32 +02:00
{% endblock %}