This is an automated email from the ASF dual-hosted git repository.
rawkintrevo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new 2eb3f4823 MAHOUT-2215 Remove Google Analytics from the Mahout Website
(#481)
2eb3f4823 is described below
commit 2eb3f4823e87d23f4da6c693dc86b630d090468d
Author: Niall Pemberton <[email protected]>
AuthorDate: Tue Jan 21 15:35:37 2025 +0000
MAHOUT-2215 Remove Google Analytics from the Mahout Website (#481)
Co-authored-by: Niall Pemberton <[email protected]>
---
website/_includes/analytics.html | 8 --------
1 file changed, 8 deletions(-)
diff --git a/website/_includes/analytics.html b/website/_includes/analytics.html
index dce406dcd..8b1378917 100644
--- a/website/_includes/analytics.html
+++ b/website/_includes/analytics.html
@@ -1,9 +1 @@
-<script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),
-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
- ga('create', 'UA-98314020-1', 'auto');
- ga('send', 'pageview');
-</script>