Files
website-template/theme-overrides/partials/footer.html
Jon Lockwood baa7b51787 refactor(theme): migrated from website repo
migrated the files required to create the themes
for this mkdocs site.

MR !1 #1
2022-08-28 12:31:12 +09:30

15 lines
356 B
HTML
Executable File

{#-
This file was automatically generated - do not edit
-#}
<footer class="md-footer">
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
{% include "partials/copyright.html" %}
{% if config.extra.social %}
{% include "partials/social.html" %}
{% endif %}
</div>
</div>
</footer>