Skip to content

Commit 8c42d6a

Browse files
committed
Fixed analytics
1 parent aad88f9 commit 8c42d6a

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

_includes/footer.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,3 @@
1818
<script src="{{ page.base_url }}assets/js/customizer.js"></script>
1919
{% endif %}
2020

21-
<!-- Analytics
22-
================================================== -->
23-
<script>
24-
var _gauges = _gauges || [];
25-
(function() {
26-
var t = document.createElement('script');
27-
t.async = true;
28-
t.id = 'gauges-tracker';
29-
t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
30-
t.src = '//secure.gaug.es/track.js';
31-
var s = document.getElementsByTagName('script')[0];
32-
s.parentNode.insertBefore(t, s);
33-
})();
34-
</script>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<script>
3535
var _gaq = _gaq || [];
36-
_gaq.push(['_setAccount', 'UA-146052-10']);
36+
_gaq.push(['_setAccount', 'UA-32388850-1']);
3737
_gaq.push(['_trackPageview']);
3838
(function() {
3939
var ga = document.createElement('script'); ga.async = true;

0 commit comments

Comments
 (0)