Skip to content

Commit

Permalink
fix project list show twice
Browse files Browse the repository at this point in the history
  • Loading branch information
宋锦伟 committed Mar 25, 2022
1 parent 381a6c2 commit 3be4fac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wowchemy/layouts/project/single.html
Expand Up @@ -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 }}

Expand Down

0 comments on commit 3be4fac

Please sign in to comment.