diff options
| -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> |
