diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index af90269..e818d06 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,6 +1,5 @@ -{{- $page := . -}} -{{- with $page.GitInfo -}} -

Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}>

-{{- end -}} +{{ with .GitInfo }} +

Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}>

+{{ end }}

Généré par Hugo version {{ hugo.Version }}

{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}