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