Skip to content

Commit

Permalink
Update post.pug
Browse files Browse the repository at this point in the history
  • Loading branch information
katelinlis authored Sep 9, 2021
1 parent 3f4cfa1 commit 6f8c356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/post.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mixin post
h3(style="font-size:15px;margin: 0;")
a(href=`/user/${post.author}`) #{post.author_username}
div(style="font-size:14px;color:gray")
a(href=`/post/${post.id}_${post.author}`) #{post.time}
#{post.time}
p(style="margin: 0;") #{post.text}
div(style="position:absolute;bottom:0;display: flex;flex-direction: row;width: 100%;")
div(style="width: 50%;") #{post.Likes} лайков
Expand Down

0 comments on commit 6f8c356

Please sign in to comment.