shithub: hugo

ref: 0e09be7b3cb2c2a4c847c2c91809000da111adbb
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 }}