moving the assets around
[theme-danix.xyz.git] / layouts / partials / head.html
index f7beaee..477d463 100644 (file)
@@ -3,10 +3,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="profile" href="https://gmpg.org/xfn/11">
 
-       {{ $main_options := (dict "targetPath" "css/site.css" "outputStyle" "compressed") }}
-       {{ $main_template := resources.Get "sass/main.scss" }}
-       {{ $main_style := $main_template | resources.toCSS $main_options | resources.Minify }}
-
+       {{ $main_style := resources.Get "sass/main.scss" | resources.toCSS }}
        <link rel="stylesheet" href="{{ $main_style.RelPermalink }}">