Improved post view

This commit is contained in:
2018-04-25 19:12:47 +02:00
parent 3ebd4b0856
commit d331e15363
5 changed files with 10 additions and 8 deletions

7
pages/post/post.pixy Normal file
View File

@ -0,0 +1,7 @@
component Post(post *arn.Post, user *arn.User)
.thread
.posts
Postable(post.ToPostable(), user, "")
.side-note.mountable
a(href=post.Thread().Link())= post.Thread().Title