Skip to content

Commit

Permalink
fix: gitalk admin error
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Aug 24, 2024
1 parent 31bedb8 commit 56ed01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/after-footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
clientSecret: '<%= theme.gitalk.clientSecret %>',
repo: '<%= theme.gitalk.repo %>',
owner: '<%= theme.gitalk.owner %>',
admin: <%= theme.gitalk.admin %>,
admin: <%- JSON.stringify(theme.gitalk.admin) %>,
id: location.pathname, // Ensure uniqueness and length less than 50
distractionFreeMode: false // Facebook-like distraction free mode
})
Expand Down

0 comments on commit 56ed01b

Please sign in to comment.