mkdocs-material/material/overrides/main.html

28 lines
830 B
HTML
Raw Normal View History

2020-03-26 14:54:59 +03:00
{#-
This file was automatically generated - do not edit
-#}
{% extends "base.html" %}
2020-03-26 17:23:22 +03:00
{% block extrahead %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/custom.00c04c01.min.css' | url }}">
2020-03-26 17:23:22 +03:00
{% endblock %}
2020-03-26 14:54:59 +03:00
{% block announce %}
2023-02-03 13:59:50 +03:00
For updates follow <strong>@squidfunk</strong> on
<a rel="me" href="https://fosstodon.org/@squidfunk">
<span class="twemoji mastodon">
{% include ".icons/fontawesome/brands/mastodon.svg" %}
</span>
<strong>Fosstodon</strong>
</a>
and
2020-06-20 13:24:35 +03:00
<a href="https://twitter.com/squidfunk">
<span class="twemoji twitter">
{% include ".icons/fontawesome/brands/twitter.svg" %}
2020-04-25 16:56:00 +03:00
</span>
2020-06-20 13:24:35 +03:00
<strong>Twitter</strong>
2020-04-05 15:09:20 +03:00
</a>
2020-03-26 14:54:59 +03:00
{% endblock %}
2021-02-06 11:57:40 +03:00
{% block scripts %}
2020-07-23 11:23:32 +03:00
{{ super() }}
2024-04-14 09:30:52 +03:00
<script src="{{ 'assets/javascripts/custom.e2e97759.min.js' | url }}"></script>
2020-07-23 11:23:32 +03:00
{% endblock %}