Skip to content

Commit 955543c

Browse files
Remove analytics
Remove analytics
1 parent dd028cb commit 955543c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

_theme/layout.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@
1414
<meta property="og:image" content="https://developer.bitcoin.org/_static/bitcoindocs.png" />
1515
<meta property="og:type" content="website" />
1616
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,700&display=swap" rel="stylesheet">
17-
<!-- Global site tag (gtag.js) - Google Analytics -->
18-
<script async
19-
src="https://www.googletagmanager.com/gtag/js?id=UA-150112890-1"></script>
20-
<script>
21-
window.dataLayer = window.dataLayer || [];
22-
function gtag(){dataLayer.push(arguments);}
23-
gtag('js', new Date());
24-
25-
gtag('config', 'UA-150112890-1');
26-
</script>
2717
{{ super() }}
2818
{% endblock %}
2919

0 commit comments

Comments
 (0)