Skip to content

Commit 4d42226

Browse files
niallkpNiall Pemberton
andauthored
chore: remove Google Analytics from website (#389)
Co-authored-by: Niall Pemberton <niallp@apache.org>
1 parent f8eb025 commit 4d42226

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ anchor = "smart"
9393
[services]
9494
[services.googleAnalytics]
9595
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
96-
id = "UA-00000000-0"
96+
##id = "UA-00000000-0"
9797

9898
# Language configuration
9999

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
1+

0 commit comments

Comments
 (0)