From abc4a6c4231ba92f6ae6f8a2a2b22166a70b9dbd Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Sat, 21 Nov 2020 21:41:04 +0100 Subject: Upgrade Bootstrap and favicon --- exampleSite/static/favicon.ico | Bin 15086 -> 7406 bytes layouts/partials/head.html | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 exampleSite/static/favicon.ico diff --git a/exampleSite/static/favicon.ico b/exampleSite/static/favicon.ico old mode 100644 new mode 100755 index bb58b26..004044c Binary files a/exampleSite/static/favicon.ico and b/exampleSite/static/favicon.ico differ diff --git a/layouts/partials/head.html b/layouts/partials/head.html index c852461..1260007 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,13 +5,13 @@ {{ .Title }} - - {{- if not .Site.IsServer -}} - {{ template "_internal/google_analytics.html" . }} - {{- end -}} + + {{ if not .Site.IsServer }} + {{ template "_internal/google_analytics.html" . }} + {{ end }} - + {{ $style := resources.Get "sass/researcher.scss" | toCSS | minify }} -- cgit v1.2.3