diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/hugo-coder/layouts/_default/baseof.html | 2 |
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"> |