File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
_includes/themes/metromongo Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 16
16
< link href ="{{ ASSET_PATH }}/bootstrap/css/bootstrap.min.css " rel ="stylesheet ">
17
17
< link href ="{{ ASSET_PATH }}/bootstrap/css/bootstrap-responsive.min.css " rel ="stylesheet ">
18
18
< link href ="{{ ASSET_PATH }}/css/font-awesome.min.css " rel ="stylesheet ">
19
- < link href ="{{ ASSET_PATH }}/css/m-styles.min.css " rel ="stylesheet ">
20
19
21
20
<!--[if IE 7]>
22
21
<link rel="stylesheet" href="{{ ASSET_PATH }}/css/font-awesome-ie7.min.css">
29
28
30
29
<!-- Le fav and touch icons -->
31
30
< link rel ="shortcut icon " href ="{{ ASSET_PATH }}/images/favicon.ico ">
32
- <!-- Update these with your own images
33
- <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
34
- <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
35
- <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
36
- -->
37
31
</ head >
38
32
39
33
< body >
@@ -89,8 +83,18 @@ <h1 class="brand">
89
83
Page . init ( ) ;
90
84
$ ( "#github" ) . github ( ) ;
91
85
} ) ;
92
- </ script >
93
86
87
+ var _gaq = _gaq || [ ] ;
88
+ _gaq . push ( [ '_setAccount' , 'UA-39039482-1' ] ) ;
89
+ _gaq . push ( [ '_trackPageview' ] ) ;
90
+
91
+ ( function ( ) {
92
+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
93
+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
94
+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
95
+ } ) ( ) ;
96
+
97
+ </ script >
94
98
95
99
{% include JB/analytics %}
96
100
</ body >
You can’t perform that action at this time.
0 commit comments