diff --git a/themes/acoeur/layouts/_default/list.html b/themes/acoeur/layouts/_default/list.html index f0cda57..281f404 100644 --- a/themes/acoeur/layouts/_default/list.html +++ b/themes/acoeur/layouts/_default/list.html @@ -35,14 +35,18 @@ {{ end }} {{- template "_internal/pagination.html" . -}} + {{ if .Parent.IsHome }} {{ range .Resources }}
{{.}} {{ . }} - +
+ {{ end }} + {{ end }} + {{ end }} - {{ end }} - {{ end }} {{ end }}