aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '.themes/classic/source/_layouts/post.html')
-rw-r--r--.themes/classic/source/_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/.themes/classic/source/_layouts/post.html b/.themes/classic/source/_layouts/post.html
index ce8a5dea..e81cc787 100644
--- a/.themes/classic/source/_layouts/post.html
+++ b/.themes/classic/source/_layouts/post.html
@@ -17,10 +17,10 @@ single: true
{% endunless %}
</footer>
</article>
-{% if site.disqus_short_name and page.comments != false %}
+{% if site.disqus_short_name and page.comments == true %}
<section>
<h1>Comments</h1>
- <div id="disqus_thread">{% include post/disqus_thread.html %}</div>
+ <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
</section>
{% endif %}
</div>