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 1818 <!-- Bootstrap 4 -->
1919 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css " integrity ="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm " crossorigin ="anonymous ">
2020 < link rel ="stylesheet " href ="{% static 'css/style.css' %} ">
21-
2221 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
2322 <!--[if lt IE 9]>
2423 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
2524 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
2625 <![endif]-->
2726 < link href ="https://fonts.googleapis.com/css?family=Montserrat:400,700,900 "
2827 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 >
2937</ head >
3038
3139< body >
You can’t perform that action at this time.
0 commit comments