12 lines
424 B
HTML
12 lines
424 B
HTML
{{ with .GitInfo }}
|
||
<p>Dernière modification :
|
||
<ul>
|
||
<li>commit {{ .Hash }}</li>
|
||
<li>du {{ .AuthorDate | time.Format ":date_full" }} à {{ .AuthorDate | time.Format ":time_full" }}</li>
|
||
<li>par {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}></li>
|
||
</ul>
|
||
</p>
|
||
{{ end }}
|
||
<p>Généré par Hugo version {{ hugo.Version }}</p>
|
||
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|