diff options
author | ADRN <adrien@luxeylab.net> | 2024-10-02 20:49:21 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-10-02 20:49:21 +0200 |
commit | 260bc0b7840fed79e94238db9fc8b7cae64842f6 (patch) | |
tree | 4b3996d138d63c5830e7a23e6d8bad3a937f5b78 /templates/index.html | |
parent | 00ade7dd601a015d16112bc65659139f00efb546 (diff) | |
parent | b66e7d0c428578931c8db6205f962b5be38a1275 (diff) | |
download | guide.deuxfleurs.fr-main.tar.gz guide.deuxfleurs.fr-main.zip |
Diffstat (limited to 'templates/index.html')
-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> |