From d39846cbb3fd018b157d5dec88e26a69f47312e5 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 7 Jan 2023 11:59:48 -0800 Subject: [PATCH] Indent templates in content.html --- layouts/partials/paige/content.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}