diff --git a/themes/nluug/layouts/list.json.json b/themes/nluug/layouts/list.json.json index cea02d1..8f60540 100644 --- a/themes/nluug/layouts/list.json.json +++ b/themes/nluug/layouts/list.json.json @@ -11,7 +11,7 @@ "url": "{{ .Site.BaseURL }}" }, "items": [ - {{ $list := (where .Site.RegularPages "Section" "posts") }} + {{ $list := (where .Site.RegularPages "Type" "posts") }} {{ $len := (len $list) }} {{ range $index, $element := $list }}