From f70be9acd6e163a71262e93f1bf7c552208c3e2b Mon Sep 17 00:00:00 2001 From: ADRN Date: Sat, 7 Dec 2024 18:25:13 +0100 Subject: =?UTF-8?q?hotfix:=20am=C3=A9lioration=20du=20footer,=20incluant?= =?UTF-8?q?=20mise=20en=20fran=C3=A7ais=20de=20la=20date=20(d=C3=A9pend=20?= =?UTF-8?q?de=20la=20version=20de=20Zola=20install=C3=A9e,=20il=20faut=20a?= =?UTF-8?q?u=20moins=20la=200.17=20si=20j'ai=20bien=20compris?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') 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 Juice, servi par Garage. - Last updated on: {{ now() | date(format="%d %B %Y") }} + Dernière mise à jour le {{ now() | date(format="%A %-d %B %Y", locale="fr_FR") }}. {% endblock footer %} -- cgit v1.2.3