summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
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 %}