From 03637e547ef7afa1dcea853746634df3161656db Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Mon, 18 Jan 2021 07:46:17 +0100 Subject: [PATCH] fix: remove extra space in else statement --- layouts/partials/head/seo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head/seo.html b/layouts/partials/head/seo.html index 3b412d3..10a13fe 100644 --- a/layouts/partials/head/seo.html +++ b/layouts/partials/head/seo.html @@ -30,7 +30,7 @@ {{ if .Paginator.HasNext -}} {{ end -}} -{{ else -}} +{{ else -}} {{ end -}}