diff --git a/src/views/user.nimf b/src/views/user.nimf index feee12b..88e4bd0 100644 --- a/src/views/user.nimf +++ b/src/views/user.nimf @@ -15,13 +15,11 @@
+ #if profile.bio.len > 0:
- #if profile.bio.len > 0: -
-

${linkifyText(profile.bio)}

-
- #end if +

${linkifyText(profile.bio)}

+ #end if