We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe3c14 commit 8c8e97cCopy full SHA for 8c8e97c
site/layouts/partials/header.html
@@ -5,7 +5,7 @@
5
{{ $contact := getenv "STATUSKIT_SUPPORT_CONTACT_LINK" | default .Site.Params.contactLink }}
6
{{ $favicons := .Site.Params.faviconsPath }}
7
8
-{{ $incidents := where .Site.Pages.ByDate.Reverse "Section" "incidents" }}
+{{ $incidents := where .Site.RegularPages.ByDate.Reverse "Section" "incidents" }}
9
{{ $active := where $incidents "Params.resolved" "!=" true }}
10
{{ $major := where $active "Params.severity" "major-outage" }}
11
0 commit comments