diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 624f2eb..6955e0e 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -5,7 +5,6 @@ {{ .Content }}
{{ $pages := .Pages }} - {{ if .IsHome }}{{ $pages = where .Site.RegularPages "Type" "not in" (default "[]" .Site.Params.excludedSections) }}{{ end }} {{ range (where $pages "Section" "ne" "") }} {{ partial "article-card.html" . }} {{ end }}