Fix footer
This commit is contained in:
parent
d52a939236
commit
362da70939
1 changed files with 18 additions and 18 deletions
|
@ -22,21 +22,21 @@
|
||||||
|
|
||||||
<!-- Copyright and theme information -->
|
<!-- Copyright and theme information -->
|
||||||
<div class="md-copyright">
|
<div class="md-copyright">
|
||||||
{% if config.copyright %}
|
{% if config.copyright %}
|
||||||
<div class="md-copyright__highlight">
|
<div class="md-copyright__highlight">
|
||||||
{{ config.copyright }}
|
{{ config.copyright }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not config.extra.generator == false %}
|
{% if not config.extra.generator == false %}
|
||||||
Made with
|
Made with
|
||||||
<a
|
<a
|
||||||
href="https://squidfunk.github.io/mkdocs-material/"
|
href="https://squidfunk.github.io/mkdocs-material/"
|
||||||
target="_blank" rel="noopener"
|
target="_blank" rel="noopener"
|
||||||
>
|
>
|
||||||
Material for MkDocs
|
Material for MkDocs
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<br>
|
<br>
|
||||||
<p>Site last built {{ build_date_utc.strftime('%Y-%m-%d @ %H:%M UTC') }}</p>
|
<p style="margin:0;">Site last built {{ build_date_utc.strftime('%Y-%m-%d @ %H:%M UTC') }}</p>
|
||||||
<p><a href="https://dtinth.github.io/comic-mono-font/">Comic Mono</a> font copyright (c) dtinth</p>
|
<p style="margin:0;"><a href="https://dtinth.github.io/comic-mono-font/">Comic Mono</a> font copyright (c) dtinth</p>
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue