diff options
-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> |