From a6fe4126083b9ca126058bc0648d8969d9b5fc76 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Thu, 19 Mar 2026 01:12:04 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20pied=20de=20page,=20en?= =?UTF-8?q?core.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_partials/footer.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index 74ebaee..96ce855 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,6 +1,11 @@ {{ with .GitInfo }} -

Dernière modification commit {{ .Hash }} du {{ .AuthorDate | - time.Format ":date_full" }} à {{ .AuthorDate | time.Format ":time_full" }} par {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}>

+

Dernière modification : +

+

{{ end }}

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

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