cleaning up code
[theme-danix.xyz.git] / layouts / partials / head.html
index 4b05972..f7beaee 100644 (file)
@@ -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 }}
 
        <link rel="stylesheet" href="{{ $main_style.RelPermalink }}">