aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html6
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>