From 53270f98dfb0f2145332eb58ec252a214dc3d4bf Mon Sep 17 00:00:00 2001 From: David Calavera Date: Mon, 28 Nov 2016 15:56:28 -0800 Subject: [PATCH] Use the default favicons path to set the link. Signed-off-by: David Calavera --- site/layouts/partials/header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/site/layouts/partials/header.html b/site/layouts/partials/header.html index e575d44..b23d55c 100644 --- a/site/layouts/partials/header.html +++ b/site/layouts/partials/header.html @@ -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 }}