Files
alexis.lahouze.org/layouts/_partials/footer.html
T
alahouze cd0a7d4bb7
ci/woodpecker/push/woodpecker Pipeline was successful
Amélioration du pied de page.
2026-03-19 01:08:47 +01:00

7 lines
358 B
HTML

{{ with .GitInfo }}
<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>Généré par Hugo version {{ hugo.Version }}</p>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}