Amélioration du pied de page.
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-19 01:08:47 +01:00
parent 5266992b28
commit cd0a7d4bb7
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -163,6 +163,7 @@ footer {
margin: 0; margin: 0;
padding-top: 1em; padding-top: 1em;
position: relative; position: relative;
color: $bg2;
} }
footer::before { footer::before {
+3 -2
View File
@@ -1,5 +1,6 @@
{{ with .GitInfo }} {{ with .GitInfo }}
<p><small>Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} &lt;{{ replace .AuthorEmail "@" " at " }}&gt;</small></p> <p>Dernière modification commit {{ .Hash }} du {{ .AuthorDate |
time.Format ":date_full" }} à {{ .AuthorDate | time.Format ":time_full" }} par {{ .AuthorName }} &lt;{{ replace .AuthorEmail "@" " at " }}&gt;</p>
{{ end }} {{ end }}
<p><small>Généré par Hugo version {{ hugo.Version }}</small></p> <p>Généré par Hugo version {{ hugo.Version }}</p>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}