aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index d8cc8be..f45cd6b 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -14,7 +14,5 @@ layout: default
Written on {{ page.date | date: "%B %e, %Y" }}
</div>
- <div class="comments">
- {% include disqus.html disqus_identifier=page.disqus_identifier %}
- </div>
+ {% include disqus.html disqus_identifier=page.disqus_identifier %}
</article>