We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d9e65 commit a795ac0Copy full SHA for a795ac0
_templates/base.html
@@ -2,12 +2,12 @@
2
3
{%- block extrahead %}
4
<!-- Google tag (gtag.js) -->
5
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-S0PQ7WV75K"></script>
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-3N7XQV9Z1J"></script>
6
<script>
7
window.dataLayer = window.dataLayer || [];
8
function gtag(){dataLayer.push(arguments);}
9
gtag('js', new Date());
10
- gtag('config', 'G-S0PQ7WV75K');
+ gtag('config', 'G-3N7XQV9Z1J');
11
</script>
12
{%- if READTHEDOCS %}
13
<meta name="readthedocs-addons-api-version" content="1">
0 commit comments