Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/js.html')
-rw-r--r--layouts/partials/js.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index 99b00f1..cb16026 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -6,6 +6,10 @@
<script>hljs.initHighlightingOnLoad()</script>
-{{ if .Site.Params.mathjax }}
+{{ if .Site.Params.enableMathJax }}
{{ partial "mathjax.html" . }}
{{ end }}
+
+{{ if .Site.Params.enableGoogleAnalytics }}
+ {{ template "_internal/google_analytics_async.html" . }}
+{{ end }}