]> danix's work - theme-danix.xyz.git/commitdiff
cleaning up code
authordanix <redacted>
Mon, 23 Jan 2023 18:54:57 +0000 (19:54 +0100)
committerdanix <redacted>
Mon, 23 Jan 2023 18:54:57 +0000 (19:54 +0100)
layouts/partials/head.html

index 4b059721fcd425f83a0f0fa0c043f5785e820b83..f7beaee3401d7ef999ef532b9f6b7712d067bc33 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 }}">