aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts/partials
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-15 22:14:47 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-15 22:14:47 -0400
commitb48d3133ab509e9ef8201c36556c422c073a905e (patch)
tree96809527f1d2dc251fd40fdeab3f7a77782960b0 /themes/hugo-pt2021/layouts/partials
parentd93f5d61b626805fc9fd17ba698f46c8a0c6bb18 (diff)
downloadpablotron.org-b48d3133ab509e9ef8201c36556c422c073a905e.tar.bz2
pablotron.org-b48d3133ab509e9ef8201c36556c422c073a905e.zip
themes/hugo-pt2021: remove source map
Diffstat (limited to 'themes/hugo-pt2021/layouts/partials')
-rw-r--r--themes/hugo-pt2021/layouts/partials/head.html2
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>