From 6a037f648a755c026d071dcaa933c7afa953fb8b Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 29 Jan 2023 11:01:37 -0800 Subject: [PATCH] Remove all not | not expressions --- layouts/partials/paige/content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/paige/content.html b/layouts/partials/paige/content.html index 41a9ce29..7a772939 100644 --- a/layouts/partials/paige/content.html +++ b/layouts/partials/paige/content.html @@ -4,7 +4,7 @@ {{ $content := "" }} {{ if $page.Param "paige.page.title.hide" | not }} - {{ $content = cond ($page.Scratch.Get "paige_show_full_pages" | not | not) $page.Content ($page.Content | replaceRE `()` `${1}#${3}` | safeHTML) }} + {{ $content = cond ($page.Scratch.Get "paige_show_full_pages" | not) ($page.Content | replaceRE `()` `${1}#${3}` | safeHTML) $page.Content }} {{ end }} {{ with $content }}