diff options
| -rw-r--r-- | _layouts/default.html | 2 |
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 %} |
