commit 7b987589392506671d5cc2d8eb5de9dee2f39696
parent c2bb6c2b2f5aad4c88e149583b6a8702d3f964eb
Author: Tarek Hoteit <tarek.hoteit@one.verizon.com>
Date: Wed, 16 Nov 2016 16:04:31 -0800
corrected enabling/disabling comment block
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_config.yml b/_config.yml
@@ -12,7 +12,7 @@ google_analytics: UA-XXXXX-XX
repo: http://github.com/heiswayi/thinkspace
disqus_shortname: "heiswayi"
twitter_username: "HeiswayiNrird"
-comments: true #activate comments if true, otherwise no comments
+comments: true
# Build settings
permalink : /:year/:title/
diff --git a/_includes/comments.html b/_includes/comments.html
@@ -1,4 +1,4 @@
-{% if page.comments == true %}
+{% if site.comments %}
<aside id="comments" class="disqus">
<div class="container">