hugo-tufte/layouts/shortcodes/blockquote.html
2015-12-30 22:10:37 -08:00

4 lines
106 B
HTML

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