1、引入不蒜子
在themes/yilia/layout/partial/header.ejs下引入:1
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
2、添加站点访问量
在themes/yilia/layout/partial/footer.ejs下引入:
1 | <% if (theme.busuanzi && theme.busuanzi.enable){ %> |
3、添加文章访问量
在themes/yilia/layout/partial/post/date.ejs下引入:
1 | <span id="busuanzi_container_page_pv">本文总阅读量<span id="busuanzi_value_page_pv"></span>次</span> |
- 重启查看效果