mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-14 19:07:41 +01:00
21 lines
642 B
HTML
21 lines
642 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% extends "base.html" %}
|
|
{% block extrahead %}
|
|
<link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.d9227bb8.min.css' | url }}">
|
|
{% endblock %}
|
|
{% block announce %}
|
|
<a href="https://twitter.com/squidfunk">
|
|
For updates follow <strong>@squidfunk</strong> on
|
|
<span class="twemoji twitter">
|
|
{% include ".icons/fontawesome/brands/twitter.svg" %}
|
|
</span>
|
|
<strong>Twitter</strong>
|
|
</a>
|
|
{% endblock %}
|
|
{% block scripts %}
|
|
{{ super() }}
|
|
<script src="{{ 'overrides/assets/javascripts/bundle.316827ea.min.js' | url }}"></script>
|
|
{% endblock %}
|