Remove useless safeHTML
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
{{ $maxwidth := .Get "maxwidth" }}
|
{{ $maxwidth := .Get "maxwidth" }}
|
||||||
{{ $width := .Get "width" }}
|
{{ $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
|
{{ partial "paige/figure.html" (dict
|
||||||
"align" $align
|
"align" $align
|
||||||
|
Reference in New Issue
Block a user