Added support for footnotes

This commit is contained in:
squidfunk
2016-09-02 22:59:14 +02:00
parent 930c206132
commit 2eed3bdb4f
28 changed files with 2178 additions and 102 deletions

View File

@@ -25,14 +25,14 @@
<meta name="author" content="{{ site_author }}">
{% endif %}
{% endblock %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-8e9e9d1cff.css">
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-28991d4685.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
{% for path in extra_css %}
<link rel="stylesheet" href="{{ path }}">
{% endfor %}
<script src="{{ base_url }}/assets/javascripts/modernizr-31a00ebfc6.js"></script>
<script src="{{ base_url }}/assets/javascripts/modernizr-ca288b1d5b.js"></script>
</head>
<body>
<input class="md-toggle" type="checkbox" id="md-toggle-drawer">
@@ -58,9 +58,13 @@
{{ copyright }} &ndash;
{% endif %}
This document was created with
<a href="http://www.mkdocs.org" target="_blank">MkDocs</a>
<a href="http://www.mkdocs.org">
MkDocs
</a>
and the
<a href="http://squidfunk.github.io/mkdocs-material/" target="_blank">Material</a>
<a href="http://squidfunk.github.io/mkdocs-material/">
Material
</a>
theme.
</small>
</article>