6
0
Fork 0

Fix: toevoegen van ontbrekend type 'posts'

This commit is contained in:
Michael Boelen 2023-05-23 13:36:45 +02:00
parent 6ada676006
commit 5bedaaed71

View file

@ -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 }}