hugo-tufte/layouts/shortcodes/blockquote.html

6 lines
120 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 }}
</p>
2015-12-31 07:10:37 +01:00
<footer>{{ .Get "footer" }}</footer>
2021-07-25 10:03:10 +02:00
</blockquote>