diff --git a/layouts/shortcodes/paige/quote.html b/layouts/shortcodes/paige/quote.html index b5a28ed1..2b66f1c1 100644 --- a/layouts/shortcodes/paige/quote.html +++ b/layouts/shortcodes/paige/quote.html @@ -1,5 +1,5 @@ {{ $align := .Get "align" }} -{{ $caption := .Get "caption" | markdownify }} +{{ $caption := .Get 0 | default (.Get "caption") }} {{ $content := .Inner }} {{ $float := .Get "float" }} {{ $height := .Get "height" }}