X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=layouts%2Fpartials%2Fhead.html;h=477d46379c7e0980ebb822fffb40d914e9e2130d;hb=c2a879c337eb073ffb711e52c9e3abb537c2ad01;hp=31eb080fbf2ffd6a2bfed281b7eea043965f8f19;hpb=dd516ddc7ca6a360042bbb5dead5c56743082d7b;p=theme-danix.xyz.git diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 31eb080..477d463 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,10 +3,7 @@ - {{ $sass_options := (dict "targetPath" "css/site.css" "outputStyle" "compressed" "transpiler" "dartsass") }} - {{ $sass_template := resources.Get "sass/main.scss" }} - {{ $main_style := $sass_template | resources.toCSS $sass_options }} - + {{ $main_style := resources.Get "sass/main.scss" | resources.toCSS }}