X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=layouts%2Fpartials%2Fhead.html;fp=layouts%2Fpartials%2Fhead.html;h=0197516db144c255757c1229d919063018d77315;hb=f945c30bd5cb057b509c5d5cfae21f792e7fdc8f;hp=e100d069edb20143129455c58043bda88dbec5b9;hpb=608ee6ced3bb9f1200894828d5f91dd8d37e3cce;p=theme-danix.xyz.git diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e100d06..0197516 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,7 +6,11 @@ {{ $style_options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "transpiler" "dartsass" "enableSourceMap" (not hugo.IsProduction)) }} {{ $style := resources.Get "sass/main.scss" | resources.ToCSS $style_options }} + {{ $noscript_options := (dict "targetPath" "css/noscript.css" "outputStyle" "compressed" "transpiler" "dartsass" "enableSourceMap" (not hugo.IsProduction)) }} + {{ $noscript := resources.Get "sass/noscript.scss" | resources.ToCSS $noscript_options }} + + {{ partial "funcs/favicon.html" . }}