blob: 5485a2bc057fb9d88b862da32b7b1a14199fe21d [file] [log] [blame]
{% import "partials/language.html" as lang with context %}
<!-- Footer -->
<footer class="md-footer">
<!-- The base theme links to previous and/or next page, we omit that here. -->
<!-- Further information -->
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<!-- Copyright and theme information -->
<div class="md-footer-copyright">
{% if config.copyright %}
<div class="md-footer-copyright__highlight">
{{ config.copyright }}
</div>
{% endif %}
Made with
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
Material for MkDocs
</a>
{{ extracopyright }}
</div>
<!-- Social links -->
{% include "partials/social.html" %}
</div>
</div>
</footer>