Use the default favicons path to set the link.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
444a66a192
commit
53270f98df
@ -3,6 +3,7 @@
|
||||
{{ $title := getenv "STATUSKIT_PAGE_TITLE" | default .Site.Title }}
|
||||
{{ $resources := getenv "STATUSKIT_RESOURCES_LINK" | default .Site.Params.resourcesLink }}
|
||||
{{ $contact := getenv "STATUSKIT_SUPPORT_CONTACT_LINK" | default .Site.Params.contactLink }}
|
||||
{{ $favicons := .Site.Params.faviconsPath }}
|
||||
|
||||
{{ $incidents := where .Site.Pages.ByDate.Reverse "Section" "incidents" }}
|
||||
{{ $active := where $incidents "Params.resolved" "!=" true }}
|
||||
|
Loading…
Reference in New Issue
Block a user