We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b686595 commit 5416002Copy full SHA for 5416002
layout/_partials/comments/disqus.ejs
@@ -10,6 +10,8 @@
10
shortname: '<%= theme.disqus.shortname %>',
11
apikey: <%- JSON.stringify(theme.disqus.apikey) %>,
12
api: '<%= theme.disqus.api %>',
13
+ url: '<%= page.permalink %>',
14
+ identifier: '<%= url_for(page.path) %>',
15
admin: '<%= theme.disqus.admin %>',
16
adminLabel: '<%= theme.disqus.adminLabel %>'
17
});
0 commit comments