X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=layouts%2Fpartials%2Fhead.html;fp=layouts%2Fpartials%2Fhead.html;h=f7beaee3401d7ef999ef532b9f6b7712d067bc33;hb=fa4761127c8fa56df90ad4795c96d4e8470e03d4;hp=4b059721fcd425f83a0f0fa0c043f5785e820b83;hpb=7b895dcbce31dd226809bd33d2bc5d9544744370;p=theme-danix.xyz.git diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4b05972..f7beaee 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,7 +5,7 @@ {{ $main_options := (dict "targetPath" "css/site.css" "outputStyle" "compressed") }} {{ $main_template := resources.Get "sass/main.scss" }} - {{ $main_style := $main_template | toCSS $main_options | resources.Minify }} + {{ $main_style := $main_template | resources.toCSS $main_options | resources.Minify }}