Correction pied de page.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{{- $page := . -}}
|
||||
{{- with $page.GitInfo -}}
|
||||
<p><small>Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}></small></p>
|
||||
{{- end -}}
|
||||
{{ with .GitInfo }}
|
||||
<p><small>Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}></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: */}}
|
||||
|
||||
Reference in New Issue
Block a user