From 5bedaaed7187d54f3657716ab79862bb781787f6 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 23 May 2023 13:36:45 +0200 Subject: [PATCH] Fix: toevoegen van ontbrekend type 'posts' --- themes/nluug/layouts/list.json.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}