fix(list): fix thumbnail type

This commit is contained in:
Jimmy Cai 2020-12-22 21:13:15 +01:00
parent 921bd720af
commit 2a928bee35
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18

View File

@ -36,7 +36,7 @@
<div class="subsection-list">
<div class="article-list--tile">
{{ range . }}
{{ partial "article-list/tile" (dict "context" . "size" "250x150" "Type" "taxonomy") }}
{{ partial "article-list/tile" (dict "context" . "size" "250x150" "Type" "section") }}
{{ end }}
</div>
</div>