Fix Disqus loading with wonky if statement

master
Michael Rose 2014-01-02 11:08:32 -05:00
parent 4aba5ea6ba
commit f9013df662
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@
})();
</script>
{% endif %}
{% if site.disqus_shortname and page.comments %}{% include disqus_comments.html %}{% endif %}
{% if site.disqus_shortname %}{% include disqus_comments.html %}{% endif %}