diff --git a/_includes/scripts.html b/_includes/scripts.html index 0402cb2..2be9830 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -16,4 +16,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); -{% include disqus_comments.html %} \ No newline at end of file +{% if page.comments %}{% include disqus_comments.html %}{% endif %} \ No newline at end of file