From 676cd7ee32f4baa7c6935a575ff222ca81ddb3d9 Mon Sep 17 00:00:00 2001 From: Lauric Desauw Date: Thu, 29 Aug 2024 16:33:52 +0200 Subject: [PATCH] Add last updated date in footer --- templates/index.html | 1 + 1 file changed, 1 insertion(+) 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 Juice, servi par Garage. + Last updated on: {{ now() | date(format="%d %B %Y") }} {% endblock footer %}