theme-blog-ewen/layouts/shortcodes/quote.html
2020-11-04 18:19:16 +01:00

5 lines
147 B
HTML

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