Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 734c705

Browse files
committedMay 17, 2017
Fix hemingway theme comments to not take the whole page width
1 parent 0b57a0c commit 734c705

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎v7/hemingway/templates/post.tmpl

+2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@
3939
</section>
4040
% if not post.meta('nocomments') and site_has_comments:
4141
<section class="section comments hidden-print">
42+
<div class="container">
4243
<h2>${messages("Comments")}</h2>
4344
${comments.comment_form(post.permalink(absolute=True), post.title(), post._base_path)}
45+
</div>
4446
</section>
4547
% endif
4648
${math.math_styles_ifpost(post)}

0 commit comments

Comments
 (0)
Please sign in to comment.