aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLauric Desauw <lauric.desauw@tutanota.com>2024-08-29 16:33:52 +0200
committerLauric Desauw <lauric.desauw@tutanota.com>2024-08-29 16:33:52 +0200
commit676cd7ee32f4baa7c6935a575ff222ca81ddb3d9 (patch)
tree3e3f6ae463af095194432059cb7aa929d8397ae8 /templates
parenta3f8a9900a4a0f5773ce4548830354d944b2f5b6 (diff)
downloadguide.deuxfleurs.fr-676cd7ee32f4baa7c6935a575ff222ca81ddb3d9.tar.gz
guide.deuxfleurs.fr-676cd7ee32f4baa7c6935a575ff222ca81ddb3d9.zip
Add last updated date in footer
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 085a81a..6f697ae 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -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>