bluespec-docs/themes/archie-zola/templates/partials/footer.html
Artturin ae394178c3 Add archie-zola
`inputs.self` in flake does not include submodules
2025-02-13 17:07:08 +02:00

20 lines
519 B
HTML

<footer>
<div style="display:flex">
{% for social in config.extra.social %}
<a class="soc" href={{ social.url }} title={{ social.name }}>
<i data-feather={{ social.icon }}></i>
</a>
{% endfor %}
</div>
<div class="footer-info">
{{ now() | date(format="%Y") }} © {{ config.extra.copyright }} | <a
href="https://github.com/XXXMrG/archie-zola">Archie-Zola Theme</a>
</div>
</footer>
{% if config.extra.social %}
<script>
feather.replace();
</script>
{% endif %}