hugo-tufte/layouts/shortcodes/blockquote.html

7 lines
188 B
HTML
Raw Normal View History

2015-12-31 07:10:37 +01:00
<blockquote cite="{{ .Get "cite" }}">
2021-07-25 10:03:10 +02:00
<p>
{{ .Inner | markdownify }}
2021-07-25 10:03:10 +02:00
</p>
<footer>{{ .Get "footer" }}{{ with .Get "cite" }}, <cite>{{ . }}</cite>{{ end }}</footer>
</blockquote>