diff --git a/layouts/partials/paige/content.html b/layouts/partials/paige/content.html
index a9d0f462..e237bf31 100644
--- a/layouts/partials/paige/content.html
+++ b/layouts/partials/paige/content.html
@@ -1,9 +1,9 @@
{{ if .Content }}
{{ if .Scratch.Get "paige_show_full_pages" }}
- {{ .Content }}
+ {{ .Content }}
{{ else }}
- {{ .Content | replaceRE `()` `${1}${3}` | safeHTML }}
+ {{ .Content | replaceRE `()` `${1}${3}` | safeHTML }}
{{ end }}
{{ end }}