From 9bb6ea15af9661661369dd615a3655fccc5ea225 Mon Sep 17 00:00:00 2001 From: Simon Starr Date: Sun, 19 Feb 2012 20:09:30 +0000 Subject: Small fix to check the correct variable (page.comments instead of page.JB.comments) so that disabling comments works as documented. --- _includes/JB/comments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/JB/comments b/_includes/JB/comments index 58fdff6..4e9e600 100644 --- a/_includes/JB/comments +++ b/_includes/JB/comments @@ -1,4 +1,4 @@ -{% if site.JB.comments.provider and page.JB.comments != false %} +{% if site.JB.comments.provider and page.comments != false %} {% case site.JB.comments.provider %} {% when "disqus" %} -- cgit v1.2.3