From 8355f253d1752464f662227ad0e67cea7a6f5b2f Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 13 Dec 2022 22:37:09 -0800 Subject: [PATCH] Remove unneeded parentheses --- layouts/partials/paige-footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/paige-footer.html b/layouts/partials/paige-footer.html index dab7dd33..eee4d7ca 100644 --- a/layouts/partials/paige-footer.html +++ b/layouts/partials/paige-footer.html @@ -4,7 +4,7 @@

{{ .Site.Copyright | markdownify }} ยท Paige Theme

{{ else if .Site.Copyright }}

{{ .Site.Copyright | markdownify }}

- {{ else if (not .Site.Params.paigehidethemelink) }} + {{ else if not .Site.Params.paigehidethemelink }}

Paige Theme

{{ end }}