File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ logo: https://jsdevtools.org/img/logos/logo.png
6
6
author :
7
7
twitter : JS_DevTools
8
8
9
+ google_analytics : UA-68102273-3
10
+
9
11
twitter :
10
12
username : JS_DevTools
11
13
card : summary
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta http-equiv ="refresh " content ="0; url=https://github.com/JS-DevTools ">
5
5
6
+ <!-- Google Analytics -->
7
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-68102273-3 "> </ script >
8
+ < script >
9
+ window . dataLayer = window . dataLayer || [ ] ;
10
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
11
+ gtag ( 'js' , new Date ( ) ) ;
12
+ gtag ( 'config' , 'UA-68102273-3' ) ;
13
+ </ script >
14
+
6
15
< link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png ">
7
16
< link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png ">
8
17
</ head >
You can’t perform that action at this time.
0 commit comments