File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
< head >
2
+
2
3
< meta charset ="utf-8 " />
3
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
4
5
< meta name ="theme-color " content = "#24292e ">
6
+
7
+ <!-- Google tag (gtag.js) -->
8
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-8KKSWX3P1J "> </ script >
9
+ < script >
10
+ window . dataLayer = window . dataLayer || [ ] ;
11
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
12
+ gtag ( 'js' , new Date ( ) ) ;
13
+
14
+ gtag ( 'config' , 'G-8KKSWX3P1J' ) ;
15
+ </ script >
16
+
5
17
< link rel ="alternate " type ="application/rss+xml " title ="DataKind " href ="/feed.xml ">
6
18
< link rel ="stylesheet " media ="screen " href ="/public/css/index.css " />
7
19
< link rel ="shortcut icon " type ="image/ico " href ="/public/img/favicons/favicon.png " />
39
51
</ style >
40
52
< script src ="/public/js/jquery.min.js "> </ script >
41
53
42
- </ head >
54
+ </ head >
You can’t perform that action at this time.
0 commit comments