Skip to content

Commit a795ac0

Browse files
committed
layout.html: fix google analytics
Signed-off-by: Harmen Stoppels <[email protected]>
1 parent 50d9e65 commit a795ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
{%- block extrahead %}
44
<!-- Google tag (gtag.js) -->
5-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S0PQ7WV75K"></script>
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3N7XQV9Z1J"></script>
66
<script>
77
window.dataLayer = window.dataLayer || [];
88
function gtag(){dataLayer.push(arguments);}
99
gtag('js', new Date());
10-
gtag('config', 'G-S0PQ7WV75K');
10+
gtag('config', 'G-3N7XQV9Z1J');
1111
</script>
1212
{%- if READTHEDOCS %}
1313
<meta name="readthedocs-addons-api-version" content="1">

0 commit comments

Comments
 (0)