Fixed mistakes

This commit is contained in:
FM1337
2017-06-22 12:03:43 -03:00
parent ad7bc381ac
commit f6e5b6da08
4 changed files with 22 additions and 21 deletions

View File

@ -7,10 +7,10 @@ component PostableList(postables []arn.Postable)
.post-author
Avatar(post.Author())
.post-content
.p= post.Text()
p!= aero.Markdown(post.Text())
.post-toolbar
.spacer
.post-likes= len(post.Likes())
a.post-tool.post-permalink.ajax(href="/posts/" + post.ID())
svg.icon(viewBox="0 0 1792 1792")
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()