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

3 lines
81 B
HTML
Raw Normal View History

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