From 3c1128e33be124b1567b249f32a15644e39c2224 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 14 Apr 2017 14:04:51 +0200 Subject: Update default.html --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index be11d93..c68fad6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -84,7 +84,7 @@ {{ content }} - {% if page.comments %} + {% if site.comments %} {% include comments.html %} {% endif %} -- cgit