diff --git a/hugo.yaml b/hugo.yaml index 808e60c..596529c 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -17,6 +17,7 @@ frontmatter: - :default params: + gitrepo: https://codeberg.org/xals/alexis.lahouze.org pagination: pagerSize: 15 diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index 96ce855..476376d 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,10 +1,15 @@ {{ with .GitInfo }} -

Dernière modification : -

+

+ Modifié par + + {{ .AuthorName }} + + le {{ .AuthorDate | time.Format ":date_full" }} à {{ .AuthorDate | time.Format ":time_full" }} +
+ > commit + + {{ .AbbreviatedHash }} - {{ .Subject }} +

{{ end }}

Généré par Hugo version {{ hugo.Version }}