Files
alexis.lahouze.org/layouts/_partials/footer.html
T

7 lines
332 B
HTML

{{- $page := . -}}
{{- with $page.GitInfo -}}
<p><small>Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} &lt;{{ replace .AuthorEmail "@" " at " }}&gt;</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: */}}