diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index f25502e..951421b 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,4 +1,5 @@ -{{ $page := . }} -{{ with $page.GitInfo }} - Commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}> -{{ end }} +{{- $page := . -}} +{{- with $page.GitInfo -}} +
Généré par Hugo version {{ hugo.Version }}
+Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}>
+{{- end -}}