There was an error while loading. Please reload this page.
1 parent 03b6d32 commit 9898226Copy full SHA for 9898226
1 file changed
assets/templates/common/base.html
@@ -5,6 +5,16 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<title>{% block title %}{% endblock %}</title>
7
{% block style %}{% endblock %}
8
+
9
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-J6PNNTT2PF"></script>
10
+ <script>
11
+ window.dataLayer = window.dataLayer || []
12
+ function gtag() {
13
+ dataLayer.push(arguments)
14
+ }
15
+ gtag('js', new Date())
16
+ gtag('config', 'G-J6PNNTT2PF')
17
+ </script>
18
</head>
19
<body>
20
{% block body %}{% endblock %}
0 commit comments