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 dd028cb commit 955543cCopy full SHA for 955543c
_theme/layout.html
@@ -14,16 +14,6 @@
14
<meta property="og:image" content="https://developer.bitcoin.org/_static/bitcoindocs.png" />
15
<meta property="og:type" content="website" />
16
<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>
27
{{ super() }}
28
{% endblock %}
29
0 commit comments