iTimeTraveler/hexo-theme-hiker

Empty UV and PV at the end of website

zxdawn opened this issue · 2 comments

最近,这两个值都为空,请问和什么有关?

http://ibruce.info/2015/04/04/busuanzi/
将dn-lbstatics.qbox.me改为busuanzi.ibruce.info

找到:~/themes/hiker/layout/_partial/busuanzi-analytics.ejs

只需把原有的:

<script async src="��//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js��"></script>

域名改一下即可:

<script async src="��//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js��"></script>