[ARVADOS] updated: 2.3.3-2-ge9e7335f9

Git user git at public.arvados.org
Thu Apr 14 19:02:53 UTC 2022


Summary of changes:
 doc/_layouts/default.html.liquid | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

       via  e9e7335f9357cab35f50724b04c7fb7468cc00dd (commit)
      from  3e487f2f74a6394d66df7ef6804c9a5d04250be1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit e9e7335f9357cab35f50724b04c7fb7468cc00dd
Author: Ward Vandewege <ward at curii.com>
Date:   Thu Apr 14 15:01:17 2022 -0400

    doc: update google analytics tag, remove old shim for IE6-9.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/doc/_layouts/default.html.liquid b/doc/_layouts/default.html.liquid
index db6c00bc3..f07f33054 100644
--- a/doc/_layouts/default.html.liquid
+++ b/doc/_layouts/default.html.liquid
@@ -27,10 +27,15 @@ SPDX-License-Identifier: CC-BY-SA-3.0
     <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
     <script src="https://hypothes.is/embed.js" async></script>
 
-    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-    <!--[if lt IE 9]>
-        <script src="../assets/js/html5shiv.js"></script>
-        <![endif]-->
+    <!-- Global site tag (gtag.js) - Google Analytics -->
+    <script async src="https://www.googletagmanager.com/gtag/js?id=G-EFLSBXJ5SQ"></script>
+    <script>
+      window.dataLayer = window.dataLayer || [];
+      function gtag(){dataLayer.push(arguments);}
+      gtag('js', new Date());
+
+      gtag('config', 'G-EFLSBXJ5SQ');
+    </script>
   </head>
   <body class="nopad">
     {% include 'navbar_top' %}
@@ -54,16 +59,6 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 
     </div>
     {% endif %}
-    <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-40055979-1', 'arvados.org');
-  ga('send', 'pageview');
-
-    </script>
 
 {% if page.no_nav_left %}
 {% else %}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list