diff --git a/layouts/partials/paige-content.html b/layouts/partials/paige-content.html
index b49e46c2..43400524 100644
--- a/layouts/partials/paige-content.html
+++ b/layouts/partials/paige-content.html
@@ -1,3 +1,3 @@
{{ with .Content }}
-{{ . | replaceRE `()` `${1}${3}` | safeHTML }}
+{{ . | replaceRE `()` `${1}${3}` | safeHTML }}
{{ end }}