diff --git a/app/views/post/view.pug b/app/views/post/view.pug index df60850..57d3d40 100644 --- a/app/views/post/view.pug +++ b/app/views/post/view.pug @@ -64,7 +64,7 @@ block content .uk-width-auto +renderButtonIcon('fa-comment', displayIntegerValue(post.stats.commentCount)) .uk-margin - != post.content + div!= post.content if post.updated .uk-margin