Files
alexis.lahouze.org/layouts/_partials/footer.html
T
alahouze 5266992b28
ci/woodpecker/push/woodpecker Pipeline was successful
Séparation du footer en CSS à la place de HTML.
2026-03-19 00:57:34 +01:00

6 lines
306 B
HTML

{{ with .GitInfo }}
<p><small>Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} &lt;{{ replace .AuthorEmail "@" " at " }}&gt;</small></p>
{{ end }}
<p><small>Généré par Hugo version {{ hugo.Version }}</small></p>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}