From f968e4892888178e33808a4a14ac984c1108f47d Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 5 Feb 2021 17:19:56 -0500 Subject: [PATCH] fix: Adjust footer --- layouts/partials/footer.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2584d1c..96f5efb 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,8 +1,6 @@

{{ .Site.Copyright }} • theme + {{ if $.GitInfo }} + ({{ .GitInfo.AbbreviatedHash }}) + {{ end }}

-{{ if $.GitInfo }} -

- {{ .GitInfo.AbbreviatedHash }} -

-{{ end }}