From 13910ca440bdae4a72072b6225b1a060e9be83c0 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 15 Jan 2023 22:11:20 -0800 Subject: [PATCH] Remove useless safeHTML --- layouts/shortcodes/paige/quote.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/paige/quote.html b/layouts/shortcodes/paige/quote.html index 7e2bbf64..d2ebb8d8 100644 --- a/layouts/shortcodes/paige/quote.html +++ b/layouts/shortcodes/paige/quote.html @@ -7,7 +7,7 @@ {{ $maxwidth := .Get "maxwidth" }} {{ $width := .Get "width" }} -{{ $content = printf `
%v
` $content | safeHTML }} +{{ $content = printf `
%v
` $content }} {{ partial "paige/figure.html" (dict "align" $align