summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-04-14 14:04:51 +0200
committerGitHub <noreply@github.com>2017-04-14 14:04:51 +0200
commit3c1128e33be124b1567b249f32a15644e39c2224 (patch)
tree68d46aa3f02d99715ed1573aa17726475e25124f /_layouts/default.html
parent6cb20848409a1547458879cee30431f84c569375 (diff)
downloadwiki-3c1128e33be124b1567b249f32a15644e39c2224.tar.gz
wiki-3c1128e33be124b1567b249f32a15644e39c2224.tar.bz2
wiki-3c1128e33be124b1567b249f32a15644e39c2224.zip
Update default.html
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 %}