Changed .mountable to a normal div

This commit is contained in:
Eduard Urbach 2017-06-22 19:44:20 +02:00
parent c3d38cb7f1
commit 0ca8bb0f3d

View File

@ -79,7 +79,7 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList,
.post-author
Avatar(post.Author())
.post-content
.mountable!= aero.Markdown(post.Text)
div!= aero.Markdown(post.Text)
.post-toolbar.active
.spacer
.post-likes= len(post.Likes)