[ARVADOS] updated: 2.1.0-133-g4518221ef
Git user
git at public.arvados.org
Thu Apr 14 19:03:25 UTC 2022
Summary of changes:
doc/_layouts/default.html.liquid | 23 +++++++++--------------
1 file changed, 9 insertions(+), 14 deletions(-)
via 4518221ef7e0d6f18b8971723a30b13be0fc66bc (commit)
from 727edbf12b0e2b227627b770552e17e2f380c0bd (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 4518221ef7e0d6f18b8971723a30b13be0fc66bc
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