update disqus with baseurl
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
var disqus_config = function () {
|
||||
this.page.url = "{{site.url}}/{{page.permalink}}"; // Replace PAGE_URL with your page's canonical URL variable
|
||||
this.page.url = "{{site.url}}{{site.baseurl}}/{{page.permalink}}"; // Replace PAGE_URL with your page's canonical URL variable
|
||||
this.page.identifier = "{{page.permalink}}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user