Make quote shortcode caption param the default

This commit is contained in:
Will Faught
2023-01-19 20:40:39 -08:00
parent fc707a7b38
commit 0f18a95937

View File

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