From e34ab36aa99b0f0bdef2a2dd54a34ed6b8130283 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Thu, 5 Mar 2026 12:35:46 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20pied=20de=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_partials/footer.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index f25502e..951421b 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,4 +1,5 @@ -{{ $page := . }} -{{ with $page.GitInfo }} - Commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}> -{{ end }} +{{- $page := . -}} +{{- with $page.GitInfo -}} +

Généré par Hugo version {{ hugo.Version }}

+

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

+{{- end -}}