theme-blog-ewen/layouts/shortcodes/quote.html
2023-12-15 17:26:57 +01:00

5 lines
147 B
HTML

<blockquote>
<p>{{ .Inner | markdownify }}</p>
{{ with .Get "caption" }}<p class="quotecaption">{{ . | markdownify }}</p>{{ end }}
</blockquote>