This is an automated email from the ASF dual-hosted git repository.

eya pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 146f99ae added google analytics script tag (#227)
146f99ae is described below

commit 146f99ae661b04e6508c599d788137abd3a6d71e
Author: Muhammad Farrukh <[email protected]>
AuthorDate: Thu Oct 26 10:38:39 2023 +0500

    added google analytics script tag (#227)
---
 index.html | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index c18c5e53..3bcf5e03 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,11 @@
-<!DOCTYPE html><html lang="en"><head><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"/><meta 
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta 
data-react-helmet="true" property="og:url" content="/"/><meta 
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta 
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head><script async 
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB";></script>
+    <script>
+      window.dataLayer = window.dataLayer || [];
+      function gtag(){dataLayer.push(arguments);}
+      gtag('js', new Date());
+    
+      gtag('config', 'G-FSTXGQQGNB');
+    </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"/><meta data-react-helmet="true" 
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true" 
property="og:url" content="/"/><meta data-react-helmet="true" 
property="og:title" content="Apache AGE"/><meta data-react-helmet="true" 
property="og:type" content="business.business"/><meta data-react-helm [...]
 /*!
  * 
  * antd v4.22.3

Reply via email to