We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1244bf commit 960dc6cCopy full SHA for 960dc6c
template/footer.html
@@ -2,3 +2,15 @@
2
© 2011, <a href="http://debuggable.com/">Debuggable Limited</a>.
3
</div>
4
5
+
6
+<script type="text/javascript">
7
+ var _gaq = _gaq || [];
8
+ _gaq.push(['_setAccount', 'UA-3306079-11']);
9
+ _gaq.push(['_trackPageview']);
10
11
+ (function() {
12
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
13
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
14
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
15
+ })();
16
+</script>
0 commit comments