Add last updated date in footer

This commit is contained in:
Lauric Desauw 2024-08-29 16:33:52 +02:00
parent a3f8a9900a
commit 676cd7ee32

View file

@ -56,6 +56,7 @@
thème dérivé de <a href="https://github.com/huhu/juice">Juice</a>,
servi par <a href="https://garagehq.deuxfleurs.fr/">Garage</a>.
</small>
<small class="subtext">Last updated on: {{ now() | date(format="%d %B %Y") }}</small>
</footer>
{% endblock footer %}
</body>