From e027d82d171e1094ffcf0febca83d771d307b8d5 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 19 Jul 2011 16:34:42 -0400 Subject: [PATCH] changed post layout so that blog posts default to comments being turned on --- .themes/classic/source/_layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.themes/classic/source/_layouts/post.html b/.themes/classic/source/_layouts/post.html index 414a368..0e1004f 100644 --- a/.themes/classic/source/_layouts/post.html +++ b/.themes/classic/source/_layouts/post.html @@ -17,7 +17,7 @@ single: true {% endunless %} -{% if site.disqus_short_name and page.comments == true %} +{% if site.disqus_short_name and page.comments != false %}

Comments

{% include post/disqus_thread.html %}