website/themes/data-coop-gerning/layouts/shortcodes/blockquote.html
2020-04-05 22:14:54 +02:00

8 lines
No EOL
200 B
HTML

{{- $author := .Get "author" -}}
<blockquote class="blockquote">
<p class="mb-0">{{ .Inner }}</p>
{{ with $author }}
<footer class="blockquote-footer">{{ . }}</footer>
{{ end }}
</blockquote>