From 758eb94eb9ac7b21bc1822c78ba7f16389583a15 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sat, 19 Oct 2024 23:24:25 -0400 Subject: Removed '$' from one var name --- themes/hugo-coder/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/hugo-coder/layouts/_default/baseof.html') diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html index c63cf48..18ca685 100644 --- a/themes/hugo-coder/layouts/_default/baseof.html +++ b/themes/hugo-coder/layouts/_default/baseof.html @@ -97,7 +97,7 @@ {{ range .Site.Params.customSCSS }} {{/* We don't change the targetPath to because it's transparent to users */}} - {{ if $hugo.IsServer }} + {{ if hugo.IsServer }} {{ $cssOpts := (dict "enableSourceMap" true ) }} {{ $styles := resources.Get . | toCSS $cssOpts }} -- cgit v1.2.3