Browse code

changed post layout so that blog posts default to comments being turned on

Brandon Mathis authored on 19/07/2011 at 20:34:42
Showing 1 changed files
... ...
@@ -17,7 +17,7 @@ single: true
17 17
     {% endunless %}
18 18
   </footer>
19 19
 </article>
20
-{% if site.disqus_short_name and page.comments == true %}
20
+{% if site.disqus_short_name and page.comments != false %}
21 21
   <section>
22 22
     <h1>Comments</h1>
23 23
     <div id="disqus_thread">{% include post/disqus_thread.html %}</div>