Files
Archivox/templates/partials/footer.njk
2025-07-10 10:29:33 -04:00

4 lines
105 B
Plaintext

<footer class="footer">
<p>&copy; {{ config.site.title }} {{ new Date().getFullYear() }}</p>
</footer>