shithub: hugo

ref: 257dee5356a210a8d60bf9facba728cc82d5d5f8
dir: /docs/layouts/partials/quotes.html/

View raw version
{{ range . }}
<div class="item">
    <blockquote>
        <p>
        {{ .quote | safeHTML }}
        </p>
        &mdash; {{ .name }} ({{ .twitter_handle }}) <a href="{{ .link }}">
            {{ dateFormat "January 2, 2006" .date }}
        </a>
    </blockquote>
</div>
{{ end }}