mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove custom GA Tags script. Use built in GA. (#2794)
Signed-off-by: Steve Richards <srichards@mirantis.com>
This commit is contained in:
parent
0537792c56
commit
d08d5a24d7
@ -1,12 +1 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block analytics %}
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-90E1JB4HW4"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
gtag('config', 'G-90E1JB4HW4');
|
|
||||||
</script>
|
|
||||||
{% endblock %}
|
|
||||||
@ -7,6 +7,9 @@ repo_name: GitHub
|
|||||||
repo_url: https://github.com/lensapp/lens
|
repo_url: https://github.com/lensapp/lens
|
||||||
copyright: Copyright © 2021 <a href="https://mirantis.com/">Mirantis Inc.</a> - All rights reserved.
|
copyright: Copyright © 2021 <a href="https://mirantis.com/">Mirantis Inc.</a> - All rights reserved.
|
||||||
edit_uri: ""
|
edit_uri: ""
|
||||||
|
google_analytics:
|
||||||
|
- UA-159377374-2
|
||||||
|
- auto
|
||||||
nav:
|
nav:
|
||||||
- Overview: README.md
|
- Overview: README.md
|
||||||
- Getting Started: getting-started/README.md
|
- Getting Started: getting-started/README.md
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user