Skip to content

Commit 31bad2a

Browse files
committed
fix: switch visitor count from busuanzi to waline
1 parent 041f12e commit 31bad2a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_config.butterfly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,9 @@ wordcount:
445445

446446
# Busuanzi count for PV / UV in site
447447
busuanzi:
448-
site_uv: true
449-
site_pv: true
450-
page_pv: true
448+
site_uv: false
449+
site_pv: false
450+
page_pv: false
451451

452452
# --------------------------------------
453453
# Math
@@ -599,7 +599,7 @@ waline:
599599
bg: # 评论框背景图,留空就是白色
600600

601601
# 开启阅读量统计 (记得要把 busuanzi 的 page_pv 关掉)
602-
pageview: false
602+
pageview: true
603603

604604
# 这里是高级功能的开关
605605
option:

0 commit comments

Comments
 (0)