From 2bbe0e020f81c863fee66bf92b0654afe1d2ee9e Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Wed, 24 Apr 2013 00:59:53 -0400 Subject: [PATCH] Fixed disqus threads --- source/_includes/disqus.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_includes/disqus.html b/source/_includes/disqus.html index 3279809..a938b1f 100644 --- a/source/_includes/disqus.html +++ b/source/_includes/disqus.html @@ -5,7 +5,8 @@ {% if page.comments == true %} {% comment %} `page.comments` can be only be set to true on pages/posts, so we embed the comments here. {% endcomment %} // var disqus_developer = 1; - //var disqus_identifier = '{{ site.url }}{{ page.url }}'; + var disqus_title = '{{ page.title }}'; + var disqus_identifier = '{{ page.url }}'; //var disqus_url = '{{ site.url }}{{ page.url }}'; var disqus_script = 'embed.js'; {% else %}