From ff3b6b6d7070e37ea9828d713bdbcc58bcb103c4 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 5 Oct 2022 10:58:44 -0400 Subject: [PATCH] Fix bottom banners accidentally getting adblocked I just increased the height by one pixel, which shouldn't be an issue. --- themes/red/layouts/partials/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/red/layouts/partials/footer.html b/themes/red/layouts/partials/footer.html index b0933b9..07ef32b 100644 --- a/themes/red/layouts/partials/footer.html +++ b/themes/red/layouts/partials/footer.html @@ -3,14 +3,14 @@ Copyright (c) 2022. - CC NC SA + CC NC SA {{ end }} {{ with .OutputFormats.Get "RSS" }} {{ with resources.Get "rss-button.gif" }} - RSS Feed + RSS Feed {{ end }} {{ end }}