diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index 4020d5c..f25502e 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,3 +1,4 @@ -{{ with .GitInfo }} +{{ $page := . }} +{{ with $page.GitInfo }} Commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}> {{ end }}