From 0f010885234a058e8ce9c3567c40440782a2894f Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 11 Mar 2026 01:31:23 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20ligne=20horizontale=20pour=20s?= =?UTF-8?q?=C3=A9parer=20le=20pied=20de=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_partials/footer.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index e818d06..c638c00 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,3 +1,5 @@ +
+ {{ with .GitInfo }}

Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}>

{{ end }}