summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 23:24:25 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 23:24:25 -0400
commit758eb94eb9ac7b21bc1822c78ba7f16389583a15 (patch)
treedef4b1acc1255ea6ed1d9519acb1794f62214af7
parent223bbcf7f65d3225b3c1568bd9ccb847c54028d8 (diff)
Removed '$' from one var name
-rw-r--r--themes/hugo-coder/layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
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 @@
97 97
98 {{ range .Site.Params.customSCSS }} 98 {{ range .Site.Params.customSCSS }}
99 {{/* We don't change the targetPath to because it's transparent to users */}} 99 {{/* We don't change the targetPath to because it's transparent to users */}}
100 {{ if $hugo.IsServer }} 100 {{ if hugo.IsServer }}
101 {{ $cssOpts := (dict "enableSourceMap" true ) }} 101 {{ $cssOpts := (dict "enableSourceMap" true ) }}
102 {{ $styles := resources.Get . | toCSS $cssOpts }} 102 {{ $styles := resources.Get . | toCSS $cssOpts }}
103 <link rel="stylesheet" href="{{ $styles.RelPermalink }}" media="screen"> 103 <link rel="stylesheet" href="{{ $styles.RelPermalink }}" media="screen">