11 lines
238 B
HTML
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> |