aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_layouts/post.html
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-19 16:34:42 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-19 16:34:42 -0400
commite027d82d171e1094ffcf0febca83d771d307b8d5 (patch)
treefcacf1816d0cf4acdae642bcf0fc201ad9f7904d /.themes/classic/source/_layouts/post.html
parenta71a709cb320a5eef92251298c90ac735e34d45c (diff)
downloadmy_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.html2
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>