You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2018/05/21 23:42:54 UTC

[geode-site] branch master updated: Remove google analytics from website

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

abaker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e7e283  Remove google analytics from website
4e7e283 is described below

commit 4e7e283f2c44527710179413bf1030e44afaa160
Author: Anthony Baker <ab...@apache.org>
AuthorDate: Mon May 21 16:42:34 2018 -0700

    Remove google analytics from website
---
 website/layouts/header.html | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/website/layouts/header.html b/website/layouts/header.html
index d994cbd..00f34fa 100644
--- a/website/layouts/header.html
+++ b/website/layouts/header.html
@@ -37,18 +37,6 @@
     <link href="https://fonts.googleapis.com/css?family=Open+Sans:200,400,500,300,600,800,700,400italic,600italic,700italic,800italic,300italic" rel="stylesheet" type="text/css">
     <link href="/css/font-awesome.min.css" rel="stylesheet" type='text/css'>
 
-<!-- google analytics -->
- <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-63425957-1', 'auto');
-  ga('send', 'pageview');
-</script>
-<!-- end google analytics -->
-
     <% if @community == true %>
     <script type="text/javascript"
       src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBYSxyIKS22zC4wSLFXZGR8QKXbGWLFwYw&sensor=false">

-- 
To stop receiving notification emails like this one, please contact
abaker@apache.org.