blog/themes/stack/layouts/partials/article-list/default.html
2026-07-31 15:38:57 +08:00

4 lines
241 B
HTML

{{ $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) }}
</article>