This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
{{ with .GitInfo }}
|
{{ with .GitInfo }}
|
||||||
<p>Dernière modification commit {{ .Hash }} du {{ .AuthorDate |
|
<p>Dernière modification :
|
||||||
time.Format ":date_full" }} à {{ .AuthorDate | time.Format ":time_full" }} par {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}></p>
|
<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 }}
|
{{ end }}
|
||||||
<p>Généré par Hugo version {{ hugo.Version }}</p>
|
<p>Généré par Hugo version {{ hugo.Version }}</p>
|
||||||
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|
||||||
|
|||||||
Reference in New Issue
Block a user