This repository has been archived on 2024-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
waifulog_old/themes/hugo-theme-stack/layouts/partials/article-list/default.html

4 lines
No EOL
230 B
HTML

{{ $image := partialCached "helper/image" (dict "Context" . "Type" "articleList") .RelPermalink "articleList" }}
<article class="{{ if $image.exists }}has-image{{ end }}">
{{ partial "article/components/header" . }}
</article>