diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-19 16:34:42 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-19 16:34:42 -0400 |
commit | e027d82d171e1094ffcf0febca83d771d307b8d5 (patch) | |
tree | fcacf1816d0cf4acdae642bcf0fc201ad9f7904d /.themes/classic/source/_layouts/post.html | |
parent | a71a709cb320a5eef92251298c90ac735e34d45c (diff) | |
download | my_new_personal_website-e027d82d171e1094ffcf0febca83d771d307b8d5.tar.xz my_new_personal_website-e027d82d171e1094ffcf0febca83d771d307b8d5.zip |
changed post layout so that blog posts default to comments being turned on
Diffstat (limited to '.themes/classic/source/_layouts/post.html')
-rw-r--r-- | .themes/classic/source/_layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_layouts/post.html b/.themes/classic/source/_layouts/post.html index 414a368c..0e1004f0 100644 --- a/.themes/classic/source/_layouts/post.html +++ b/.themes/classic/source/_layouts/post.html @@ -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> |