From 4b7e56ae9a8646522c43537502aaa3ccce094140 Mon Sep 17 00:00:00 2001 From: Jiogo18 <30299784+Jiogo18@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:51:18 -0500 Subject: [PATCH] fix: Local Theme Variables --- 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 e896557..cbecf45 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -19,7 +19,7 @@ {{ if and (isset .Params "color") (not (eq .Params.color "")) }} {{ $localColorCss := resources.Get (printf "css/color/%s.scss" .Params.color) }} {{ $localCss := slice $localColorCss $defaultStyles | resources.Concat (printf "css/%s-local.scss" .Params.color) }} - {{ $options := dict ("transpiler" "libsass") }} + {{ $options := (dict "transpiler" "libsass") }} {{ $localColorStyles := $localCss | css.Sass $options }} {{ else }}