Skip to content

Commit 497d7de

Browse files
committed
add google tracking id
1 parent f39cb84 commit 497d7de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/footer.html

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ <h3>Follow</h3>
127127
var _gaq = _gaq || [];
128128
_gaq.push(['_setAccount', 'UA-25464880-3']);
129129
_gaq.push(['_trackPageview']);
130+
_gaq.push(['b._setAccount', 'UA-25464880-11']);
131+
_gaq.push(['b._trackPageview']);
130132

131133
(function() {
132134
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

0 commit comments

Comments
 (0)