diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2017-04-14 14:04:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-14 14:04:51 +0200 |
| commit | 3c1128e33be124b1567b249f32a15644e39c2224 (patch) | |
| tree | 68d46aa3f02d99715ed1573aa17726475e25124f | |
| parent | 6cb20848409a1547458879cee30431f84c569375 (diff) | |
| download | wiki-3c1128e33be124b1567b249f32a15644e39c2224.tar.gz wiki-3c1128e33be124b1567b249f32a15644e39c2224.tar.bz2 wiki-3c1128e33be124b1567b249f32a15644e39c2224.zip | |
Update default.html
| -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 %} |
