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

4 lines
241 B
HTML
Raw Normal View History

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