Skip to content

Commit 8c8e97c

Browse files
authored
fix: update Pages to AllPages
fixes #47
1 parent bfe3c14 commit 8c8e97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ $contact := getenv "STATUSKIT_SUPPORT_CONTACT_LINK" | default .Site.Params.contactLink }}
66
{{ $favicons := .Site.Params.faviconsPath }}
77

8-
{{ $incidents := where .Site.Pages.ByDate.Reverse "Section" "incidents" }}
8+
{{ $incidents := where .Site.RegularPages.ByDate.Reverse "Section" "incidents" }}
99
{{ $active := where $incidents "Params.resolved" "!=" true }}
1010
{{ $major := where $active "Params.severity" "major-outage" }}
1111

0 commit comments

Comments
 (0)