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
+3 -2
View File
@@ -1,5 +1,6 @@
{{ 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 }}
<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: */}}