Files
hugo-theme-stack/layouts/_partials/article-list/default.html
T

4 lines
201 B
HTML
Raw Normal View History

{{ $image := partial "helper/image" (dict "Image" .Params.image "Resources" .Resources) }}
<article class="{{ if $image }}has-image{{ end }}">
{{ partial "article/components/header" . }}
2020-08-22 13:20:08 +02:00
</article>