diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2017-04-14 14:04:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-14 14:04:04 +0200 |
| commit | 6cb20848409a1547458879cee30431f84c569375 (patch) | |
| tree | a5338924df0887f1b9852f86bbcff771e91c5024 /_layouts/default.html | |
| parent | 453f5e56906a6feb6a29785777e352707d1f9a89 (diff) | |
| download | wiki-6cb20848409a1547458879cee30431f84c569375.tar.gz wiki-6cb20848409a1547458879cee30431f84c569375.tar.bz2 wiki-6cb20848409a1547458879cee30431f84c569375.zip | |
Update default.html
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 660935e..be11d93 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -83,6 +83,10 @@ {{ content }} + + {% if page.comments %} + {% include comments.html %} + {% endif %} </section> <footer> |
