From ce7c8ed55aa620050c22e6f29741a854541f11d3 Mon Sep 17 00:00:00 2001 From: 8F3E <39588555+8F3E@users.noreply.github.com> Date: Sun, 20 Sep 2020 21:53:11 +0100 Subject: [PATCH] Fix 215 and prevent extra bullet in footer if RSS is disabled --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b8856db..85a1f91 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@ {{ if .Site.Copyright }} {{ .Site.Copyright| safeHTML }} {{ end }} - {{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }} {{ end }} + {{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }}{{ end }}