Amélioration du pied de page.

This commit is contained in:
2026-03-05 12:35:46 +01:00
parent fd5e3535f7
commit e34ab36aa9
+5 -4
View File
@@ -1,4 +1,5 @@
{{ $page := . }}
{{ with $page.GitInfo }}
Commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}>
{{ end }}
{{- $page := . -}}
{{- with $page.GitInfo -}}
<p><small>Généré par Hugo version {{ hugo.Version }}</small></p>
<p><small>Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} &lt;{{ replace .AuthorEmail "@" " at " }}&gt;</small></p>
{{- end -}}