From fbff9a19334b88944df05a966de3a162ce31454b Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 13 Feb 2026 19:17:55 +0100 Subject: [PATCH] Ajout information de commit dans le pied de page. --- layouts/_partials/footer.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index e69de29..4020d5c 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -0,0 +1,3 @@ +{{ with .GitInfo }} + Commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}> +{{ end }}