diff options
author | Lauric Desauw <lauric.desauw@tutanota.com> | 2024-08-29 16:33:52 +0200 |
---|---|---|
committer | Lauric Desauw <lauric.desauw@tutanota.com> | 2024-08-29 16:33:52 +0200 |
commit | 676cd7ee32f4baa7c6935a575ff222ca81ddb3d9 (patch) | |
tree | 3e3f6ae463af095194432059cb7aa929d8397ae8 | |
parent | a3f8a9900a4a0f5773ce4548830354d944b2f5b6 (diff) | |
download | guide.deuxfleurs.fr-676cd7ee32f4baa7c6935a575ff222ca81ddb3d9.tar.gz guide.deuxfleurs.fr-676cd7ee32f4baa7c6935a575ff222ca81ddb3d9.zip |
Add last updated date in footer
-rw-r--r-- | templates/index.html | 1 |
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> |