Amélioration du pied de page.
This commit is contained in:
@@ -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 }} <{{ replace .AuthorEmail "@" " at " }}></small></p>
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user