mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2025-01-11 13:48:04 -05:00
Fixed disqus threads
This commit is contained in:
parent
fae89e7a8e
commit
4d88f2a229
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user