shithub: hugo

ref: 37c69054e294bf554be03cf7e4c01e1f586e6943
dir: /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 }}