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 e8a6544 commit 483b2a9Copy full SHA for 483b2a9
pyconbalkan/core/templates/home.html
@@ -30,6 +30,15 @@
30
<![endif]-->
31
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900"
32
rel="stylesheet">
33
+ <!-- Global site tag (gtag.js) - Google Analytics -->
34
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-118269305-1"></script>
35
+ <script>
36
+ window.dataLayer = window.dataLayer || [];
37
+ function gtag(){dataLayer.push(arguments);}
38
+ gtag('js', new Date());
39
+
40
+ gtag('config', 'UA-118269305-1');
41
+ </script>
42
<style>
43
body {
44
font-family: Montserrat, sans-serif;
0 commit comments