remove baidu statistics Code

https://github.com/leanote/leanote/issues/318
This commit is contained in:
lealife
2016-03-04 22:23:53 +08:00
parent 0e3bdd177c
commit f5538218bd

View File

@ -77,15 +77,5 @@ var lang = '{{.locale}}';
<script src="/js/home/index.js"></script> <script src="/js/home/index.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?d0c988e37b452b3bf1220d45b30f2de2";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body> </body>
</html> </html>