From 465fb8ae01ffc916bf5e5aca299233ee79fa8737 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Tue, 30 Nov 2021 21:52:24 -0500 Subject: [PATCH] fix: Proper footer --- layouts/partials/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e676bec..c3bf3f2 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,12 +1,12 @@

{{ .Site.Copyright }}

Last updated: {{ .Lastmod.Format "January 2, 2006" }} - {{ with .GitInfo }} + {{ with .GitInfo }} {{ .Subject }} ({{ .AbbreviatedHash }}) {{ end }}

\ No newline at end of file