Update htmlhead.html

This commit is contained in:
reddragon333
2023-11-13 19:17:13 +01:00
committed by GitHub
parent 149ae94212
commit c4a98e297a
@@ -18,7 +18,7 @@
<link rel="stylesheet" href="{{ ($style | minify).RelPermalink }}">
{{ end }}
{{ with .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ . }}">
<link rel="shortcut icon" href="/img/favicon.ico">
{{ end }}
{{ $noscript := resources.Get "scss/noscript.scss" | resources.ExecuteAsTemplate "noscript.scss" . | toCSS (dict "targetPath" "assets/css/noscript.css" "enableSourceMap" false) }}
<noscript><link rel="stylesheet" href='{{ $noscript.RelPermalink }}' /></noscript>