X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=layouts%2Fpartials%2Fhead.html;h=e100d069edb20143129455c58043bda88dbec5b9;hb=9717faaab5f135898f88699820a139e3044212de;hp=1444f5ddcef85fd76d45b32e2ccb138bc150a3fd;hpb=213775dddc11bf89506c563df2ead19098d80e08;p=theme-danix.xyz.git diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1444f5d..e100d06 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,8 +2,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 }} + + {{ partial "funcs/favicon.html" . }}