aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/layouts/partials/article-list/default.html
blob: 02e0b30dd61b75149a47c2bc1a65c02f938fc496 (plain) (blame)
1
2
3
4
{{ $image := partialCached "helper/image" (dict "Context" . "Type" "articleList") .RelPermalink "articleList" }}
<article class="{{ if $image.exists }}has-image{{ end }}">
    {{ partial "article/components/header" . }}
</article>