From 50145c132fac263c3d17bb0b61d4dd6e30261cc0 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Sat, 4 Mar 2023 19:27:17 -0500 Subject: [PATCH] Fix iPad footer issue --- themes/v2/layouts/partials/footer.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html index 13023e6..b400771 100644 --- a/themes/v2/layouts/partials/footer.html +++ b/themes/v2/layouts/partials/footer.html @@ -3,9 +3,7 @@ Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }} • {{ with .GitInfo }} - - {{ substr .Hash 0 7}} - + {{ substr .Hash 0 7}} {{ end }}
Version 1