mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 14:07:06 +08:00
fix: Utterances 評論區在多個頁面顯示的是同一個評論區 fix: 修復評論配置爲 Livere 和 Facebook Comments 時,最新評論模塊仍然顯示的 bug improvement: blueimp_md5 CDN 可配置 improvement: timeline 優化 improvement: css優化 improvement: 友情鏈接優化
8 lines
319 B
Plaintext
8 lines
319 B
Plaintext
if theme.newest_comments.enable && !['Livere','Facebook Comments','Giscus'].includes(theme.comments.use[0])
|
|
.card-widget#card-newest-comments
|
|
.item-headline
|
|
i.fas.fa-comment-dots
|
|
span= _p('aside.card_newest_comments.headline')
|
|
.aside-list
|
|
span= _p('aside.card_newest_comments.loading_text')
|