commit 9ec69bd74b7999b48a2caf4e730e7e6f5e7ecc26
parent 90032961e1199384fec9dc8994e46bffc63e558c
Author: Heiswayi Nrird <heiswayi@users.noreply.github.com>
Date: Tue, 28 May 2019 16:30:47 +0800
Fixed Comments false in post not working #27
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/comments.html b/_includes/comments.html
@@ -1,4 +1,4 @@
-{% if site.comments_enabled %}
+{% if site.comments_enabled and page.comments %}
<aside id="comments" class="disqus">
<div class="container">