File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
pyconbalkan/organizers/templates Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 18
18
<!-- Bootstrap 4 -->
19
19
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css " integrity ="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm " crossorigin ="anonymous ">
20
20
< link rel ="stylesheet " href ="{% static 'css/style.css' %} ">
21
-
22
21
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
23
22
<!--[if lt IE 9]>
24
23
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
25
24
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
26
25
<![endif]-->
27
26
< link href ="https://fonts.googleapis.com/css?family=Montserrat:400,700,900 "
28
27
rel ="stylesheet ">
28
+ <!-- Global site tag (gtag.js) - Google Analytics -->
29
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-118269305-1 "> </ script >
30
+ < script >
31
+ window . dataLayer = window . dataLayer || [ ] ;
32
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
33
+ gtag ( 'js' , new Date ( ) ) ;
34
+
35
+ gtag ( 'config' , 'UA-118269305-1' ) ;
36
+ </ script >
29
37
</ head >
30
38
31
39
< body >
You can’t perform that action at this time.
0 commit comments