Files
ODOO4projetcs/ODOO4projects/themes/editor-hugo/layouts/shortcodes/quote.html
2025-05-02 06:48:19 -03:00

11 lines
238 B
HTML

{{ $_hugo_config := `{ "version": 1 }` }}
<div class="quote">
<i class="ti-quote-left"></i>
<div>
<p>{{ .Inner | markdownify }}</p>
{{ with .Get "by"}}
<span class="quote-by"> -{{ . }}</span>
{{ end }}
</div>
</div>