Files

17 lines
509 B
HTML

{{ with .GitInfo }}
<p>
Modifié par
<a href="mailto:{{ replace .AuthorEmail "@" "_NOSPAM@" }}">
{{ .AuthorName }}
</a>
le {{ .AuthorDate | time.Format ":date_full" }} à {{ .AuthorDate | time.Format ":time_full" }}
<br />
&gt; commit
<a href="{{ site.Param "gitrepo" }}/commit/{{ .Hash }}">
{{ .AbbreviatedHash }} - {{ .Subject }}
</a>
</p>
{{ end }}
<p>Généré par Hugo version {{ hugo.Version }}</p>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}