From 734ee1f31e3aa48d5e4c283f8a82f9c07c577bed Mon Sep 17 00:00:00 2001 From: Drew Wells Date: Sun, 9 Oct 2011 04:14:27 -0300 Subject: [PATCH] As other things rely on these variables, they need to be global. Fixes issues with comments not loading on the blog. Semicolons non-optional due to SAFE function http://twitter.com/#!/elijahmanor/status/121980870428069890 --- .themes/classic/source/_includes/disqus.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.themes/classic/source/_includes/disqus.html b/.themes/classic/source/_includes/disqus.html index 4b91353..a58512b 100644 --- a/.themes/classic/source/_includes/disqus.html +++ b/.themes/classic/source/_includes/disqus.html @@ -1,19 +1,19 @@ {% comment %} Load script if disquss comments are enabled and `page.comments` is either empty (index) or set to true {% endcomment %} {% if site.disqus_short_name and page.comments != false %}