This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/hadoop-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new e0c3a90ec6 HADOOP-19493 Remove Google Analytics from Hadoop Website (#67) e0c3a90ec6 is described below commit e0c3a90ec6590c8f9a89fd0c0bd4fd95199549e4 Author: Niall Pemberton <niall.pember...@gmail.com> AuthorDate: Fri Mar 21 11:08:51 2025 +0000 HADOOP-19493 Remove Google Analytics from Hadoop Website (#67) Contributed by Niall Pemberton --- config.toml | 1 - layouts/partials/footer.html | 1 - 2 files changed, 2 deletions(-) diff --git a/config.toml b/config.toml index ee7aaa16dd..9dcc9b9e6e 100644 --- a/config.toml +++ b/config.toml @@ -17,7 +17,6 @@ copyright = "Copyright © 2006-{year} The Apache Software Foundation" enableEmoji = true footnotereturnlinkcontents = "<sup>^</sup>" uglyurls = true -googleAnalytics = "UA-7453027-1" contentDir = "src" publishDir = "content" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 149054b2b8..6b0f2d9f68 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -34,6 +34,5 @@ <script> $(function() { $('table').addClass('table table-striped'); }) </script> -{{ template "_internal/google_analytics.html" . }} </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org