This is an automated email from the ASF dual-hosted git repository.
nivanov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1148d29 Remove Google Analytics and site verification file.
1148d29 is described below
commit 1148d29a05118c01f4bd61f227d5d6ba4b3a685e
Author: nivanov <[email protected]>
AuthorDate: Fri Feb 28 23:23:27 2025 -0800
Remove Google Analytics and site verification file.
Google Analytics tracking script and the site verification HTML file were
deleted. This simplifies the codebase by removing unused or unnecessary
external integrations.
---
_layouts/default.html | 10 ----------
googlefce85cba8500a10c.html | 1 -
2 files changed, 11 deletions(-)
diff --git a/_layouts/default.html b/_layouts/default.html
index cfe9da2..2921756 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -23,16 +23,6 @@ layout: compress
<html lang="en">
<head>
- <!-- Global site tag (gtag.js) - Google Analytics -->
- <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-180663034-1"></script>
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-180663034-1');
- </script>
-
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no">
diff --git a/googlefce85cba8500a10c.html b/googlefce85cba8500a10c.html
deleted file mode 100644
index 7ef55ef..0000000
--- a/googlefce85cba8500a10c.html
+++ /dev/null
@@ -1 +0,0 @@
-google-site-verification: googlefce85cba8500a10c.html
\ No newline at end of file