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