use regular pages to not pick up all page types
This commit is contained in:
parent
8af8c3e222
commit
6dd1d6ab05
@ -1,6 +1,6 @@
|
|||||||
{{ partial "header" . }}
|
{{ partial "header" . }}
|
||||||
|
|
||||||
{{ $incidents := where .Site.Pages.ByDate.Reverse "Section" "incidents" }}
|
{{ $incidents := where .Site.RegularPages.ByDate.Reverse "Section" "incidents" }}
|
||||||
{{ $active := where $incidents "Params.resolved" "!=" true }}
|
{{ $active := where $incidents "Params.resolved" "!=" true }}
|
||||||
|
|
||||||
{{ partial "systems" (dict "content" . "incidents" $active) }}
|
{{ partial "systems" (dict "content" . "incidents" $active) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user