This is an automated email from the ASF dual-hosted git repository. gian pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid-website-src.git
commit 0fc991368819a994414aa12a32ac2aeac98e67ed Author: Vadim Ogievetsky <[email protected]> AuthorDate: Tue Jun 11 17:47:28 2019 -0700 updated footer link and GA tracking --- _includes/page_footer.html | 2 +- _includes/site_head.html | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/_includes/page_footer.html b/_includes/page_footer.html index e5b56ce..71c1b4e 100644 --- a/_includes/page_footer.html +++ b/_includes/page_footer.html @@ -15,7 +15,7 @@ <div class="text-center"> <a title="Join the user group" href="https://groups.google.com/forum/#!forum/druid-user" target="_blank"><span class="fa fa-comments"></span></a> ·  <a title="Follow Druid" href="https://twitter.com/druidio" target="_blank"><span class="fab fa-twitter"></span></a> ·  - <a title="Download via Apache" href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/{{ site.druid_versions[0].version }}/apache-druid-{{ site.druid_versions[0].version }}-bin.tar.gz" target="_blank"><span class="fas fa-feather"></span></a> ·  + <a title="Download via Apache" href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/{{ site.druid_versions[0].versions[0].version }}/apache-druid-{{ site.druid_versions[0].versions[0].version }}-bin.tar.gz" target="_blank"><span class="fas fa-feather"></span></a> ·  <a title="GitHub" href="https://github.com/apache/incubator-druid" target="_blank"><span class="fab fa-github"></span></a> </div> <div class="text-center license"> diff --git a/_includes/site_head.html b/_includes/site_head.html index 2f03c1e..7911f2a 100644 --- a/_includes/site_head.html +++ b/_includes/site_head.html @@ -20,16 +20,10 @@ <link rel="stylesheet" href="/css/syntax.css?v=1.0"> <link rel="stylesheet" href="/css/docs.css?v=1.0"> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1"></script> <script> - (function() { - var cx = '000162378814775985090:molvbm0vggm'; - var gcse = document.createElement('script'); - gcse.type = 'text/javascript'; - gcse.async = true; - gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + - '//cse.google.com/cse.js?cx=' + cx; - var s = document.getElementsByTagName('script')[0]; - s.parentNode.insertBefore(gcse, s); - })(); + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + gtag('config', 'UA-131010415-1'); </script> - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
