Remove useless safeHTML

master
Will Faught 3 years ago
parent ab91a710e1
commit 13910ca440

@ -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

Loading…
Cancel
Save