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

This commit is contained in:
2026-03-19 01:12:04 +01:00
parent cd0a7d4bb7
commit a6fe412608
+7 -2
View File
@@ -1,6 +1,11 @@
{{ with .GitInfo }} {{ with .GitInfo }}
<p>Dernière modification commit {{ .Hash }} du {{ .AuthorDate | <p>Dernière modification :
time.Format ":date_full" }} à {{ .AuthorDate | time.Format ":time_full" }} par {{ .AuthorName }} &lt;{{ replace .AuthorEmail "@" " at " }}&gt;</p> <ul>
<li>commit {{ .Hash }}</li>
<li>du {{ .AuthorDate | time.Format ":date_full" }} à {{ .AuthorDate | time.Format ":time_full" }}</li>
<li>par {{ .AuthorName }} &lt;{{ replace .AuthorEmail "@" " at " }}&gt;</li>
</ul>
</p>
{{ end }} {{ end }}
<p>Généré par Hugo version {{ hugo.Version }}</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: */}}