summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-10-12 00:11:54 -0400
committerBen Burwell <bburwell1@gmail.com>2014-10-12 00:11:54 -0400
commit49307ed5036f07ea4668aadcf66d7a800afd3a8a (patch)
tree94b9108db6181ffd31e78905ce017c03fb250d56 /_layouts
parent5d3656280007135aa8de4db962ca8f577fc0000d (diff)
Remove Clicky analytics
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/master.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/_layouts/master.html b/_layouts/master.html
index dbc72d6..1e2f28c 100644
--- a/_layouts/master.html
+++ b/_layouts/master.html
@@ -130,18 +130,5 @@
</p>
</footer>
</div>
-
- <!-- Analytics -->
- <script type="text/javascript">
- var clicky_site_ids = clicky_site_ids || [];
- clicky_site_ids.push(100705024);
- (function() {
- var s = document.createElement('script');
- s.type = 'text/javascript';
- s.async = true;
- s.src = '//static.getclicky.com/js';
- ( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );
- })();
- </script>
</body>
</html>