summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorSimon Starr <simon@starr.cx>2012-02-19 20:09:30 +0000
committerSimon Starr <simon@starr.cx>2012-02-19 20:09:30 +0000
commit9bb6ea15af9661661369dd615a3655fccc5ea225 (patch)
tree58e8de7c8c2306872d90eb1b53f026717b02ea86 /_includes
parent3a2df76133171e1cd576708a60694e7d0632b671 (diff)
Small fix to check the correct variable (page.comments instead of page.JB.comments) so that disabling comments works as documented.
Diffstat (limited to '_includes')
-rw-r--r--_includes/JB/comments2
1 files changed, 1 insertions, 1 deletions
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" %}