refactor: simplify article-list/tile partial context passing (#1295)

refactor: simplify `article-list/tile` partial context passing and internal usage.
This commit is contained in:
Jimmy
2026-03-05 18:15:05 +01:00
committed by GitHub
parent 628bb9a501
commit 07fa7615eb
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<div class="subsection-list">
<div class="article-list--tile">
{{ range $terms }}
{{ partial "article-list/tile" (dict "context" . "size" "250x150" "Type" "taxonomy") }}
{{ partial "article-list/tile" . }}
{{ end }}
</div>
</div>