From 7ff873fac1f7166b9a2ae4e48eb15b6cd275d735 Mon Sep 17 00:00:00 2001 From: tomjoht Date: Wed, 7 Feb 2018 12:57:56 -0800 Subject: [PATCH] fixing disqus comment logic --- _includes/disqus.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/disqus.html b/_includes/disqus.html index 8a0046d..67fa40b 100644 --- a/_includes/disqus.html +++ b/_includes/disqus.html @@ -7,7 +7,7 @@ * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */ var disqus_config = function () { - this.page.url = "{{page.url}}"; // Replace PAGE_URL with your page's canonical URL variable + this.page.url = "{{site.url}}{{page.url}}"; // 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 }; (function() { // REQUIRED CONFIGURATION VARIABLE: EDIT THE SHORTNAME BELOW