Skip to content

Commit 8d2394a

Browse files
authored
fix(artalk):darkmode
1 parent 39cec42 commit 8d2394a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/_plugins/comments/artalk/script.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
path = path.replaceAll('/index.html', '/').replaceAll('.html', '')
2525
}
2626
27-
Artalk.init(Object.assign(<%- JSON.stringify(theme.comments.artalk) %>, {
27+
volantis.artalk = Artalk.init(Object.assign(<%- JSON.stringify(theme.comments.artalk) %>, {
2828
el: '#artalk_container',
2929
pageKey: path,
3030
pageTitle: document.title,

0 commit comments

Comments
 (0)