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 }}