hugo-blog/themes/reporter/layouts/shortcodes/quote.html

9 lines
207 B
HTML
Raw Normal View History

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