From 51d92c8aa0f3ddad348899757470c166195996fa Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 2 Jan 2014 11:23:34 -0500 Subject: [PATCH] Load Disqus comments properly --- _includes/scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/scripts.html b/_includes/scripts.html index ad470f5..135bbd4 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -54,4 +54,4 @@ })(); {% endif %} -{% if site.disqus_shortname and page.comments %}{% include disqus_comments.html %}{% endif %} \ No newline at end of file +{% if page.comments %}{% include disqus_comments.html %}{% endif %} \ No newline at end of file