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

This commit is contained in:
Brandon Mathis 2011-07-19 16:34:42 -04:00
parent a71a709cb3
commit e027d82d17

View File

@ -17,7 +17,7 @@ single: true
{% endunless %}
</footer>
</article>
{% if site.disqus_short_name and page.comments == true %}
{% if site.disqus_short_name and page.comments != false %}
<section>
<h1>Comments</h1>
<div id="disqus_thread">{% include post/disqus_thread.html %}</div>