From 9808ee030f874b52f5d8a7255996e4118d95fd61 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 11 Mar 2026 01:08:27 +0100 Subject: [PATCH] Correction pied de page. --- layouts/_partials/footer.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index af90269..e818d06 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,6 +1,5 @@ -{{- $page := . -}} -{{- with $page.GitInfo -}} -

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

-{{- end -}} +{{ with .GitInfo }} +

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

+{{ end }}

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

{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}