diff --git a/components/LeftContent.vue b/components/LeftContent.vue index c10fbf9..76fc50f 100644 --- a/components/LeftContent.vue +++ b/components/LeftContent.vue @@ -49,7 +49,7 @@ li(v-for='(newComment, index) in $store.state.newComments', :key='index') strong {{ newComment.comment_author }}: span - nuxt-link(:to="'/post/' + newComment.post.ID + '#comments'") {{ newComment.comment_content }} + nuxt-link(:to="'/post/' + newComment.post.ID + '#comments'" v-html="newComment.comment_content_html") .meta span Icon(:icon="['far', 'clock']") diff --git a/layouts/common.styl b/layouts/common.styl index b8a6598..ec2bfb9 100644 --- a/layouts/common.styl +++ b/layouts/common.styl @@ -358,6 +358,9 @@ input:-moz-placeholder white-space nowrap text-overflow ellipsis + img + width 100% + .posts margin-bottom 40px