Skip to content

Commit

Permalink
fix: post list duplicated on project page (#2682)
Browse files Browse the repository at this point in the history
Fixes recent copy/paste typo
  • Loading branch information
amistyrain committed Mar 25, 2022
1 parent fa9827b commit 3ee5729
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 3ee5729

Please sign in to comment.