mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-07 14:48:40 +00:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
<footer class="footer">
|
|
{% if config.footer.links %}
|
|
<nav class="footer-links">
|
|
{% for link in config.footer.links %}
|
|
<a href="{{ link.url }}">{{ link.text }}</a>
|
|
{% endfor %}
|
|
</nav>
|
|
{% endif %}
|
|
<p>© {{ config.site.title }}</p>
|
|
</footer>
|