fix: post list duplicated on project page (#2682)

Fixes recent copy/paste typo
This commit is contained in:
amistyrain 2022-03-25 22:09:50 +08:00 committed by GitHub
commit 3ee572954a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,6 @@
<h2>{{ (i18n "posts") }}</h2>
{{ range $index, $item := $items }}
{{ partial "functions/render_view" (dict "page" $ "item" . "view" (site.Params.projects.post_view | default "compact") "index" $index) }}
{{ partial "functions/render_view" (dict "page" $ "item" . "view" (site.Params.projects.post_view | default "compact") "index" $index) }}
{{end}}
{{ end }}