Skip to content

Commit

Permalink
Fix hemingway theme comments to not take the whole page width
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed May 17, 2017
1 parent 0b57a0c commit 734c705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v7/hemingway/templates/post.tmpl
Expand Up @@ -39,8 +39,10 @@
</section>
% if not post.meta('nocomments') and site_has_comments:
<section class="section comments hidden-print">
<div class="container">
<h2>${messages("Comments")}</h2>
${comments.comment_form(post.permalink(absolute=True), post.title(), post._base_path)}
</div>
</section>
% endif
${math.math_styles_ifpost(post)}
Expand Down

0 comments on commit 734c705

Please sign in to comment.