Final changes (hopefully) for adding posts to profile
This commit is contained in:
@ -13,4 +13,4 @@ component PostableList(postables []arn.Postable)
|
||||
.post-likes= len(post.Likes())
|
||||
a.post-tool.post-permalink.ajax(href=post.Link(), title="Permalink")
|
||||
Icon("link")
|
||||
a.post-link.side-note.title.ajax(href="/posts/" + post.ID())= post.Title()
|
||||
a.post-link.side-note.ajax(href=post.Link())= post.Title()
|
||||
|
Reference in New Issue
Block a user