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" . }}