Fix: toevoegen van ontbrekend type 'posts'
This commit is contained in:
parent
6ada676006
commit
5bedaaed71
|
@ -11,7 +11,7 @@
|
||||||
"url": "{{ .Site.BaseURL }}"
|
"url": "{{ .Site.BaseURL }}"
|
||||||
},
|
},
|
||||||
"items": [
|
"items": [
|
||||||
{{ $list := (where .Site.RegularPages "Section" "posts") }}
|
{{ $list := (where .Site.RegularPages "Type" "posts") }}
|
||||||
{{ $len := (len $list) }}
|
{{ $len := (len $list) }}
|
||||||
|
|
||||||
{{ range $index, $element := $list }}
|
{{ range $index, $element := $list }}
|
||||||
|
|
Reference in a new issue