hugo-theme-cybercards/layouts/shortcodes/quote.html

8 lines
159 B
HTML

<div class="text-end quote">
{{ markdownify .Inner }}
{{ with .Get "author" -}}
<div class="quote-author">
<em>{{ . }}</em>
</div>
{{- end }}
</div>