diff --git a/site/layouts/index.html b/site/layouts/index.html index 0b7c045..c8060c6 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -1,6 +1,6 @@ {{ partial "header" . }} -{{ $incidents := where .Site.Pages.ByDate.Reverse "Section" "incidents" }} +{{ $incidents := where .Site.RegularPages.ByDate.Reverse "Section" "incidents" }} {{ $active := where $incidents "Params.resolved" "!=" true }} {{ partial "systems" (dict "content" . "incidents" $active) }}