From 7b895dcbce31dd226809bd33d2bc5d9544744370 Mon Sep 17 00:00:00 2001 From: danix Date: Mon, 23 Jan 2023 19:51:42 +0100 Subject: [PATCH] working on including scss into theme --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 69a8cea..4b05972 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 | resources.ExecuteAsTemplate "main_parsed.scss" . | toCSS $main_options | resources.Minify }} + {{ $main_style := $main_template | toCSS $main_options | resources.Minify }} -- 2.20.1