theme-blog-ewen/layouts/shortcodes/quote.html

5 lines
147 B
HTML
Raw Normal View History

2023-12-15 16:26:57 +00:00
<blockquote>
<p>{{ .Inner | markdownify }}</p>
{{ with .Get "caption" }}<p class="quotecaption">{{ . | markdownify }}</p>{{ end }}
</blockquote>