diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index ece8fe4..ce0edcb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -29,5 +29,7 @@ layout: default </section> <!-- Comments --> - {% include disqus.html %} -</article>
\ No newline at end of file + <section> + {% include comments.html %} + </section> +</article> |