From c73af4a79c1ac93101b1c8c812c708f86e2d040f Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 2 Mar 2023 16:17:02 -0600 Subject: [PATCH] fix post view --- app/views/post/view.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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