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