From 6e88780f8b40bf55e82e576f316afac73fa8f147 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 30 Dec 2019 14:56:09 -0800 Subject: [PATCH] Add favicon to HTML --- themes/vanilla/layouts/partials/head.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/vanilla/layouts/partials/head.html b/themes/vanilla/layouts/partials/head.html index 380fa86..404144f 100644 --- a/themes/vanilla/layouts/partials/head.html +++ b/themes/vanilla/layouts/partials/head.html @@ -6,9 +6,11 @@ {{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }} - {{ $sidenotes:= resources.Get "scss/sidenotes.scss" | resources.ToCSS | resources.Minify }} + {{ $sidenotes := resources.Get "scss/sidenotes.scss" | resources.ToCSS | resources.Minify }} + {{ $icon := resources.Get "img/favicon.png" }} + {{ template "_internal/google_analytics.html" . }}