This commit is contained in:
@@ -163,6 +163,7 @@ footer {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
color: $bg2;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer::before {
|
footer::before {
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{{ with .GitInfo }}
|
{{ with .GitInfo }}
|
||||||
<p><small>Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}></small></p>
|
<p>Dernière modification commit {{ .Hash }} du {{ .AuthorDate |
|
||||||
|
time.Format ":date_full" }} à {{ .AuthorDate | time.Format ":time_full" }} par {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}></p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<p><small>Généré par Hugo version {{ hugo.Version }}</small></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