| ... | ... |
@@ -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>
|