From f9013df6626025b92fcf799da0089822d810cb3c Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 2 Jan 2014 11:08:32 -0500 Subject: [PATCH] Fix Disqus loading with wonky if statement --- _includes/scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/scripts.html b/_includes/scripts.html index 9c2c7d3..5b9aeab 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -18,4 +18,4 @@ })(); {% endif %} -{% if site.disqus_shortname and page.comments %}{% include disqus_comments.html %}{% endif %} \ No newline at end of file +{% if site.disqus_shortname %}{% include disqus_comments.html %}{% endif %} \ No newline at end of file