Update htmlhead.html
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user