We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cba7d commit b095944Copy full SHA for b095944
layout/_partial/comments/twikoo.ejs
@@ -5,7 +5,7 @@
5
Fluid.utils.createScript('<%= url_join(theme.static_prefix.twikoo, 'twikoo.all.min.js') %>', function() {
6
var options = Object.assign(
7
<%- JSON.stringify(theme.twikoo || {}) %>,
8
- { el: "#twikoo", path: <%= theme.twikoo.path %> }
+ { el: "#twikoo", path: '<%= theme.twikoo.path %>' }
9
)
10
twikoo.init(options)
11
});
0 commit comments