hugo-tufte/layouts/shortcodes/blockquote.html
2021-07-25 10:03:10 +02:00

6 lines
No EOL
120 B
HTML

<blockquote cite="{{ .Get "cite" }}">
<p>
{{ .Inner }}
</p>
<footer>{{ .Get "footer" }}</footer>
</blockquote>