Fixed disqus threads

This commit is contained in:
moparisthebest 2013-04-24 01:03:36 -04:00
parent 2f7264ec49
commit 35bde4c151
1 changed files with 2 additions and 1 deletions

View File

@ -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 %}