Added an effect to cover images

This commit is contained in:
2016-11-20 23:15:14 +09:00
parent dfb6c4011e
commit 2b53b41f74
3 changed files with 46 additions and 24 deletions

View File

@ -11,11 +11,11 @@ component Profile(viewUser *arn.User, user *arn.User)
if viewUser.Tagline != ""
p.profile-field.tagline
Icon("comment")
span.tagline= viewUser.Tagline
span.tagline-text= viewUser.Tagline
else
p.profile-field.tagline
Icon("comment")
span.tagline No tagline yet.
span.tagline-text No tagline yet.
//- if user != nil && viewUser.website
//- p.profile-field.website