mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
fix: post list duplicated on project page (#2682)
Fixes recent copy/paste typo
This commit is contained in:
parent
fa9827b726
commit
3ee572954a
1 changed files with 0 additions and 1 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue