From c4a98e297a4763f5165f60562488755d30070621 Mon Sep 17 00:00:00 2001
From: reddragon333 <122625570+reddragon333@users.noreply.github.com>
Date: Mon, 13 Nov 2023 19:17:13 +0100
Subject: [PATCH] Update htmlhead.html
---
themes/hugo-theme-massively/layouts/partials/htmlhead.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/hugo-theme-massively/layouts/partials/htmlhead.html b/themes/hugo-theme-massively/layouts/partials/htmlhead.html
index 5124a9e..400e853 100644
--- a/themes/hugo-theme-massively/layouts/partials/htmlhead.html
+++ b/themes/hugo-theme-massively/layouts/partials/htmlhead.html
@@ -18,7 +18,7 @@
{{ end }}
{{ with .Site.Params.favicon }}
-
+
{{ end }}
{{ $noscript := resources.Get "scss/noscript.scss" | resources.ExecuteAsTemplate "noscript.scss" . | toCSS (dict "targetPath" "assets/css/noscript.css" "enableSourceMap" false) }}