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

12 lines
424 B
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{{ with .GitInfo }}
<p>Dernière modification :
<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 }}
<p>Généré par Hugo version {{ hugo.Version }}</p>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}