[ARVADOS] updated: 1.4.2-18-gdb3cd646b
Git user
git at public.arvados.org
Thu Apr 14 19:05:10 UTC 2022
Summary of changes:
doc/_layouts/default.html.liquid | 23 +++++++++--------------
1 file changed, 9 insertions(+), 14 deletions(-)
via db3cd646b2c60ebef27e6d9a2b7c8af540342a3e (commit)
from 1dee29f4b17ba38fd0fd99e8d8748190a87109ba (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 db3cd646b2c60ebef27e6d9a2b7c8af540342a3e
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 7c6d36ec4..c5d687af8 100644
--- a/doc/_layouts/default.html.liquid
+++ b/doc/_layouts/default.html.liquid
@@ -69,10 +69,15 @@ SPDX-License-Identifier: CC-BY-SA-3.0
}
</style>
- <!-- 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' %}
@@ -97,16 +102,6 @@ SPDX-License-Identifier: CC-BY-SA-3.0
{% endif %}
<script src="{{ site.baseurl }}/js/jquery.min.js"></script>
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
- <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