diff --git a/assets/style.scss b/assets/style.scss index 4d2198f..ef4057a 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -163,6 +163,7 @@ footer { margin: 0; padding-top: 1em; position: relative; + color: $bg2; } footer::before { diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index e818d06..74ebaee 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,5 +1,6 @@ {{ with .GitInfo }} -
Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}>
+Dernière modification commit {{ .Hash }} du {{ .AuthorDate | + time.Format ":date_full" }} à {{ .AuthorDate | time.Format ":time_full" }} par {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}>
{{ end }} -Généré par Hugo version {{ hugo.Version }}
+Généré par Hugo version {{ hugo.Version }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}