mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-15 03:17:40 +01:00
17 lines
421 B
HTML
17 lines
421 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
<div class="md-copyright">
|
|
{% if config.copyright %}
|
|
<div class="md-copyright__highlight">
|
|
{{ config.copyright }}
|
|
</div>
|
|
{% endif %}
|
|
{% if not config.extra.generator == false %}
|
|
Made with
|
|
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
|
Material for MkDocs
|
|
</a>
|
|
{% endif %}
|
|
</div>
|