diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-10-12 00:11:54 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-10-12 00:11:54 -0400 |
commit | 49307ed5036f07ea4668aadcf66d7a800afd3a8a (patch) | |
tree | 94b9108db6181ffd31e78905ce017c03fb250d56 | |
parent | 5d3656280007135aa8de4db962ca8f577fc0000d (diff) |
Remove Clicky analytics
-rw-r--r-- | _layouts/master.html | 13 |
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> |