hugo-theme-next/layouts/shortcodes/quote.html
2022-08-06 15:18:13 +08:00

3 lines
81 B
HTML

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