Get year from build time

This commit is contained in:
Emil Miler 2024-01-09 23:24:49 +01:00
parent 5e5706b55d
commit 3346453d77

View File

@ -22,7 +22,7 @@
{% endblock %}
<footer>
<p>&copy; 2024 {{ config.title }}</p>
<p>&copy; {{ now() | date(format="%Y") }} {{ config.title }}</p>
</footer>
</body>