aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraeddis <aeddis@noreply.localhost>2024-09-21 15:13:58 +0000
committeraeddis <aeddis@noreply.localhost>2024-09-21 15:13:58 +0000
commitb66e7d0c428578931c8db6205f962b5be38a1275 (patch)
tree64f18280408cb84db132a567285429f87b38d435
parentf900673441b2f56d8c2778830bb649c94465883e (diff)
parent03744b309d87d60b0577158e36a99abf24d312aa (diff)
downloadguide.deuxfleurs.fr-b66e7d0c428578931c8db6205f962b5be38a1275.tar.gz
guide.deuxfleurs.fr-b66e7d0c428578931c8db6205f962b5be38a1275.zip
Merge pull request 'Date de dernière mise a jour dans le footer' (#34) from aeddis/guide.deuxfleurs.fr:main into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/guide.deuxfleurs.fr/pulls/34
-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>