diff options
author | ADRN <adrien@luxeylab.net> | 2024-12-07 18:25:13 +0100 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-12-07 18:25:13 +0100 |
commit | f70be9acd6e163a71262e93f1bf7c552208c3e2b (patch) | |
tree | e708fddba64d787d373e4b918c5e6fcda9e3de39 /templates | |
parent | a1607fd4af09d67867cbea2b837430ed367bdd8d (diff) | |
download | guide.deuxfleurs.fr-f70be9acd6e163a71262e93f1bf7c552208c3e2b.tar.gz guide.deuxfleurs.fr-f70be9acd6e163a71262e93f1bf7c552208c3e2b.zip |
hotfix: amélioration du footer, incluant mise en français de la date (dépend de la version de Zola installée, il faut au moins la 0.17 si j'ai bien compris
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 6f697ae..1193328 100644 --- a/templates/index.html +++ b/templates/index.html @@ -56,7 +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> + <small class="subtext">Dernière mise à jour le {{ now() | date(format="%A %-d %B %Y", locale="fr_FR") }}.</small> </footer> {% endblock footer %} </body> |