Load Disqus comments properly

This commit is contained in:
Michael Rose 2014-01-02 11:23:34 -05:00
parent 7365c85e91
commit 51d92c8aa0

View file

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