shithub: hugo

ref: 9ee2538e0bcdf2de7c7aa000b1e4e6da9ec1f970
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 }}