mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
feat: Remark42评论支持显示文章评论数
This commit is contained in:
@@ -4,7 +4,7 @@ script.
|
||||
var remark_config = Object.assign({
|
||||
host: '!{host}',
|
||||
site_id: '!{siteId}',
|
||||
components: ['embed'],
|
||||
components: ['embed','counter'],
|
||||
locale: '!{language}',
|
||||
},!{JSON.stringify(option)})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user