shithub: hugo

ref: 54141f71dd0ffbd2af326581b78ecafe7f054f51
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 }}