diff --git a/layouts/shortcodes/blockquote.html b/layouts/shortcodes/blockquote.html new file mode 100644 index 0000000..d88d225 --- /dev/null +++ b/layouts/shortcodes/blockquote.html @@ -0,0 +1,9 @@ +
+ {{ .Inner | markdownify }} + {{ with .Get 0 }} +
+ + {{ . | markdownify }} + + {{ end }} +