Skip to content

Commit b095944

Browse files
imaegoozkqiang
authored andcommittedMay 20, 2021
🐛 修复 Twikoo 评论加载参数错误
1 parent 94cba7d commit b095944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎layout/_partial/comments/twikoo.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Fluid.utils.createScript('<%= url_join(theme.static_prefix.twikoo, 'twikoo.all.min.js') %>', function() {
66
var options = Object.assign(
77
<%- JSON.stringify(theme.twikoo || {}) %>,
8-
{ el: "#twikoo", path: <%= theme.twikoo.path %> }
8+
{ el: "#twikoo", path: '<%= theme.twikoo.path %>' }
99
)
1010
twikoo.init(options)
1111
});

0 commit comments

Comments
 (0)
Please sign in to comment.