From 7107c79334e447992ea82fc14c657c342a9f1cbe Mon Sep 17 00:00:00 2001 From: Zed Date: Fri, 28 Jun 2019 04:42:23 +0200 Subject: [PATCH] Remove nested bio --- src/views/user.nimf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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