Compare

223bbcf7f65d3225b3c1568bd9ccb847c54028d8 .. 758eb94eb9ac7b21bc1822c78ba7f16389583a15 · 1 commits

Changed files

Commits

HashSubjectAuthorDate
758eb94e Removed '$' from one var name Ryan Schanzenbacher
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 }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}" media="screen">