forked from laurens/fediversity_website
Fix: toevoegen van ontbrekend type 'posts'
This commit is contained in:
parent
6ada676006
commit
5bedaaed71
|
@ -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 }}
|
||||
|
|
Reference in a new issue