I change article.slug to article.url for always referencing the disqus thread to the correct url. Issue #145

This commit is contained in:
mviera 2011-08-03 22:01:45 +02:00
commit e8cac3bfff

View file

@ -1 +1 @@
{% if DISQUS_SITENAME %}<p>There are <a href="{{ SITEURL }}/{{ article.slug }}.html#disqus_thread">comments</a>.</p>{% endif %}
{% if DISQUS_SITENAME %}<p>There are <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread">comments</a>.</p>{% endif %}