hugo-theme-next/layouts/shortcodes/quote.html

3 lines
81 B
HTML
Raw Permalink Normal View History

<blockquote class="blockquote-center">
{{ .Inner | markdownify }}
</blockquote>