Skip to content

Commit 7ae1f1a

Browse files
committed
vault backup: 2026-01-12 20:58:51
1 parent b0ed39c commit 7ae1f1a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_config.butterfly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ comments:
548548
# If you set it to true, the comment count will be invalid
549549
lazyload: false
550550
# Display comment count in post's top_img
551-
count: false
551+
count: true
552552
# Display comment count in Home Page
553553
card_post_count: false
554554

layout/includes/widget/card_webinfo.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ if theme.aside.card_webinfo.post_count
55
if theme.busuanzi.site_uv
66
.webinfo-item
77
.item-name= _p('card_webinfo.site_uv_name')
8-
.item-count.waline-site-uv
8+
.item-count.waline-site-uv <-- 换成了 class="waline-site-uv"
99
i.fa-solid.fa-spinner.fa-spin
1010
if theme.busuanzi.site_pv
1111
.webinfo-item
1212
.item-name= _p('card_webinfo.site_pv_name')
13-
.item-count.waline-site-pv
13+
.item-count.waline-site-pv <-- 换成了 class="waline-site-pv"
1414
i.fa-solid.fa-spinner.fa-spin
1515
if theme.aside.card_webinfo.last_push_date
1616
.webinfo-item

0 commit comments

Comments
 (0)