Remove useless safeHTML

This commit is contained in:
Will Faught
2023-01-15 22:11:20 -08:00
parent ab91a710e1
commit 13910ca440

View File

@@ -7,7 +7,7 @@
{{ $maxwidth := .Get "maxwidth" }}
{{ $width := .Get "width" }}
{{ $content = printf `<blockquote class="blockquote mb-0">%v</blockquote>` $content | safeHTML }}
{{ $content = printf `<blockquote class="blockquote mb-0">%v</blockquote>` $content }}
{{ partial "paige/figure.html" (dict
"align" $align