From cd0a7d4bb7930438f43af8e75943634ca37ae41a Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Thu, 19 Mar 2026 01:08:47 +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 --- assets/style.scss | 1 + layouts/_partials/footer.html | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/style.scss b/assets/style.scss index 4d2198f..ef4057a 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -163,6 +163,7 @@ footer { margin: 0; padding-top: 1em; position: relative; + color: $bg2; } footer::before { diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index e818d06..74ebaee 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,5 +1,6 @@ {{ with .GitInfo }} -

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

+

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

{{ end }} -

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

+

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

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