diff --git a/layouts/partials/paige/content.html b/layouts/partials/paige/content.html
index ed1ddafc..c9544dfb 100644
--- a/layouts/partials/paige/content.html
+++ b/layouts/partials/paige/content.html
@@ -1,7 +1,7 @@
{{ $page := . }}
-{{ $content := $page.Content | replaceRE `()` (printf `${1} ${3}` (i18n "paige_aria_section_link")) | safeHTML }}
+{{ $content := $page.Content | replaceRE `()` (printf `${1} ${3}` (i18n "paige_aria_section_link")) }}
{{ with $content }}
- {{ . }}
+ {{ . | safeHTML }}
{{ end }}