From fd5e3535f7b5866e9c363c5686c0996a22bc3d84 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 1 Mar 2026 15:17:15 +0100 Subject: [PATCH] Correction affichage informations Git. --- layouts/_partials/footer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index 4020d5c..f25502e 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,3 +1,4 @@ -{{ with .GitInfo }} +{{ $page := . }} +{{ with $page.GitInfo }} Commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}> {{ end }}