We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8eb025 commit 4d42226Copy full SHA for 4d42226
config.toml
@@ -93,7 +93,7 @@ anchor = "smart"
93
[services]
94
[services.googleAnalytics]
95
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
96
-id = "UA-00000000-0"
+##id = "UA-00000000-0"
97
98
# Language configuration
99
themes/docsy/assets/vendor/bootstrap/site/layouts/partials/analytics.html
@@ -1,7 +1 @@
1
-<script>
2
- window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
3
- ga('create', 'UA-146052-10', 'getbootstrap.com');
4
- ga('set', 'anonymizeIp', true);
5
- ga('send', 'pageview');
6
-</script>
7
-<script async src="https://www.google-analytics.com/analytics.js"></script>
+
0 commit comments