From ecd4366c7cbf336c190c6e75e48ed455497103d8 Mon Sep 17 00:00:00 2001 From: Sam Rogers <7007561+rogerssam@users.noreply.github.com> Date: Tue, 14 Aug 2018 17:59:07 +0930 Subject: Fixed favicon not updating (#165) * Fixed favicon not updating Missing / prevented favicon being found and updating. * Updated with relURL Changed favicon to use relURL function. * Updated css links to relative URLs --- layouts/partials/head.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2651fc9..4f0293a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -27,18 +27,18 @@ - + {{ if and (isset .Site.Params "style") .Site.Params.style }} - + {{ else }} - + {{ end }} - + {{ ` @@ -49,12 +49,12 @@ ` | safeHTML }} - - + + - - + + -- cgit v1.2.3