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 -->
|
||||
<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 %}
|
||||
<br>
|
||||
<p>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>
|
||||
</div>
|
||||
{% 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 %}
|
||||
<br>
|
||||
<p style="margin:0;">Site last built {{ build_date_utc.strftime('%Y-%m-%d @ %H:%M UTC') }}</p>
|
||||
<p style="margin:0;"><a href="https://dtinth.github.io/comic-mono-font/">Comic Mono</a> font copyright (c) dtinth</p>
|
||||
</div>
|
Loading…
Reference in a new issue