* feat(list): ability to show article tags on homepage closes https://github.com/CaiJimmy/hugo-theme-stack/issues/880 * Disable showTags by default
4 lines
229 B
HTML
4 lines
229 B
HTML
{{ $image := partial "helper/image" (dict "Image" .Params.image "Resources" .Resources) }}
|
|
<article class="{{ if $image }}has-image{{ end }}">
|
|
{{ partial "article/components/header" (dict "Page" . "IsList" true) }}
|
|
</article> |