Skip to content

Commit f0259f5

Browse files
committed
Updates
1 parent 7ad91d1 commit f0259f5

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

_includes/themes/metromongo/default.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<link href="{{ ASSET_PATH }}/bootstrap/css/bootstrap.min.css" rel="stylesheet">
1717
<link href="{{ ASSET_PATH }}/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
1818
<link href="{{ ASSET_PATH }}/css/font-awesome.min.css" rel="stylesheet">
19-
<link href="{{ ASSET_PATH }}/css/m-styles.min.css" rel="stylesheet">
2019

2120
<!--[if IE 7]>
2221
<link rel="stylesheet" href="{{ ASSET_PATH }}/css/font-awesome-ie7.min.css">
@@ -29,11 +28,6 @@
2928

3029
<!-- Le fav and touch icons -->
3130
<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-
-->
3731
</head>
3832

3933
<body>
@@ -89,8 +83,18 @@ <h1 class="brand">
8983
Page.init();
9084
$("#github").github();
9185
});
92-
</script>
9386

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>
9498

9599
{% include JB/analytics %}
96100
</body>

0 commit comments

Comments
 (0)