parent
bfe3c1485e
commit
8c8e97cbfc
@ -5,7 +5,7 @@
|
||||
{{ $contact := getenv "STATUSKIT_SUPPORT_CONTACT_LINK" | default .Site.Params.contactLink }}
|
||||
{{ $favicons := .Site.Params.faviconsPath }}
|
||||
|
||||
{{ $incidents := where .Site.Pages.ByDate.Reverse "Section" "incidents" }}
|
||||
{{ $incidents := where .Site.RegularPages.ByDate.Reverse "Section" "incidents" }}
|
||||
{{ $active := where $incidents "Params.resolved" "!=" true }}
|
||||
{{ $major := where $active "Params.severity" "major-outage" }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user