mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-14 10:57:41 +01:00
28 lines
830 B
HTML
28 lines
830 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% extends "base.html" %}
|
|
{% block extrahead %}
|
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/custom.7c86dd97.min.css' | url }}">
|
|
{% endblock %}
|
|
{% block announce %}
|
|
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
|
|
<a href="https://twitter.com/squidfunk">
|
|
<span class="twemoji twitter">
|
|
{% include ".icons/fontawesome/brands/twitter.svg" %}
|
|
</span>
|
|
<strong>Twitter</strong>
|
|
</a>
|
|
{% endblock %}
|
|
{% block scripts %}
|
|
{{ super() }}
|
|
<script src="{{ 'assets/javascripts/custom.058c863c.min.js' | url }}"></script>
|
|
{% endblock %}
|