You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by ey...@apache.org on 2021/03/22 15:21:07 UTC

[incubator-age-website] branch master updated: Update index.html (#8)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 17d10af  Update index.html (#8)
17d10af is described below

commit 17d10af7d80e44315e081be18fb0ca1a0a89e41f
Author: mintduck <77...@users.noreply.github.com>
AuthorDate: Tue Mar 23 00:21:01 2021 +0900

    Update index.html (#8)
    
    add google analytics
---
 docs/index.html | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/docs/index.html b/docs/index.html
index 7c26318..3f3c0ed 100755
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,6 +3,16 @@
 <!DOCTYPE html>
 <html class="writer-html5" lang="en" >
 <head>
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-192769708-1"></script>
+  <script>
+    window.dataLayer = window.dataLayer || [];
+    function gtag(){dataLayer.push(arguments);}
+    gtag('js', new Date());
+
+    gtag('config', 'UA-192769708-1');
+  </script>
+
   <meta charset="utf-8">
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -259,4 +269,4 @@
    
 
 </body>
-</html>
\ No newline at end of file
+</html>