summaryrefslogtreecommitdiffstats
path: root/layouts/partials/seo
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/seo')
-rw-r--r--layouts/partials/seo/ga.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/seo/ga.html b/layouts/partials/seo/ga.html
index 1a3566e..a9703b3 100644
--- a/layouts/partials/seo/ga.html
+++ b/layouts/partials/seo/ga.html
@@ -6,7 +6,7 @@
{{- $gaScript = $gaScript | append (resources.Get "js/ga.js") -}}
{{- $gaScript = $gaScript | resources.Concat "js/analytics-bundle.js" -}}
- {{- $gaScript = $gaScript | js.Build (dict "format" "iife" "params" $gaParams) -}}
+ {{- $gaScript = $gaScript | js.Build (dict "format" "iife" "minify" true "params" $gaParams) -}}
{{- if site.Params.assets.disable_fingerprinting }}
<script src="{{ $gaScript.RelPermalink }}"></script>