hugo-theme-termlite/layouts/_default/_markup/render-blockquote.html

12 lines
321 B
HTML
Raw Permalink Normal View History

<figure class="figure figure--main-column figure--blockquote">
<blockquote
{{- with .Attributes.cite }} cite="{{ . }}"{{ end -}}>
{{ .Text }}
</blockquote>
{{ with .Attributes.caption }}
<figcaption class="figure__caption--blockquote">
{{ . | safeHTML }}
</figcaption>
{{ end }}
</figure>