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

janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 8875f52  [MINOR] Remove google analytics script (#108)
8875f52 is described below

commit 8875f52273963e360c81ebf7a393f468b8765076
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Wed Nov 17 21:22:10 2021 +0530

    [MINOR] Remove google analytics script (#108)
---
 _src/_includes/themes/apache/analytics/google-analytics | 9 ---------
 _src/_includes/themes/apache/partials/_footer.html      | 1 -
 2 files changed, 10 deletions(-)

diff --git a/_src/_includes/themes/apache/analytics/google-analytics 
b/_src/_includes/themes/apache/analytics/google-analytics
deleted file mode 100644
index 07d0e7b..0000000
--- a/_src/_includes/themes/apache/analytics/google-analytics
+++ /dev/null
@@ -1,9 +0,0 @@
-<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', '{{ site.analytics_google_universal_tracking_id }}', 'auto');
-  ga('send', 'pageview');
-</script>
diff --git a/_src/_includes/themes/apache/partials/_footer.html 
b/_src/_includes/themes/apache/partials/_footer.html
index ca8b14d..929d4f9 100644
--- a/_src/_includes/themes/apache/partials/_footer.html
+++ b/_src/_includes/themes/apache/partials/_footer.html
@@ -33,5 +33,4 @@ limitations under the License.
       </div>
     </div>
   </div>
-  {% include themes/apache/analytics/google-analytics %}
 </footer>
\ No newline at end of file

Reply via email to