Only load Disqus when enabled on specific posts

This commit is contained in:
Michael Rose
2014-01-02 11:14:13 -05:00
parent f9013df662
commit 08b4285d8b
+1 -1
View File
@@ -18,4 +18,4 @@
})();
</script>
{% endif %}
{% if site.disqus_shortname %}{% include disqus_comments.html %}{% endif %}
{% if page.comments %}{% include disqus_comments.html %}{% endif %}