We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cec42 commit 8d2394aCopy full SHA for 8d2394a
layout/_plugins/comments/artalk/script.ejs
@@ -24,7 +24,7 @@
24
path = path.replaceAll('/index.html', '/').replaceAll('.html', '')
25
}
26
27
- Artalk.init(Object.assign(<%- JSON.stringify(theme.comments.artalk) %>, {
+ volantis.artalk = Artalk.init(Object.assign(<%- JSON.stringify(theme.comments.artalk) %>, {
28
el: '#artalk_container',
29
pageKey: path,
30
pageTitle: document.title,
0 commit comments