diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-15 22:14:47 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-15 22:14:47 -0400 |
commit | b48d3133ab509e9ef8201c36556c422c073a905e (patch) | |
tree | 96809527f1d2dc251fd40fdeab3f7a77782960b0 /themes | |
parent | d93f5d61b626805fc9fd17ba698f46c8a0c6bb18 (diff) | |
download | pablotron.org-b48d3133ab509e9ef8201c36556c422c073a905e.tar.bz2 pablotron.org-b48d3133ab509e9ef8201c36556c422c073a905e.zip |
themes/hugo-pt2021: remove source map
Diffstat (limited to 'themes')
-rw-r--r-- | themes/hugo-pt2021/layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-pt2021/layouts/partials/head.html b/themes/hugo-pt2021/layouts/partials/head.html index ea30c93..d73cb07 100644 --- a/themes/hugo-pt2021/layouts/partials/head.html +++ b/themes/hugo-pt2021/layouts/partials/head.html @@ -6,7 +6,7 @@ {{- end -}} </title> - {{- $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" true) -}} + {{- $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" false) -}} {{- $style := resources.Get "style.sass" | resources.ToCSS $options | resources.Fingerprint -}} <link rel='stylesheet' type='text/css' href='{{ $style.Permalink }}' integrity='{{ $style.Data.Integrity }}'/> </head> |