Include Disqus script only on pages that enable it

This commit is contained in:
Michael Rose 2013-06-26 10:56:34 -04:00
parent 3fbf1c41e2
commit 713f16df90

View file

@ -16,4 +16,4 @@
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
{% include disqus_comments.html %}
{% if page.comments %}{% include disqus_comments.html %}{% endif %}