hugo-tufte/layouts/shortcodes/blockquote.html
2023-04-14 19:21:10 +01:00

6 lines
188 B
HTML

<blockquote cite="{{ .Get "cite" }}">
<p>
{{ .Inner | markdownify }}
</p>
<footer>{{ .Get "footer" }}{{ with .Get "cite" }}, <cite>{{ . }}</cite>{{ end }}</footer>
</blockquote>