mirror of
https://github.com/zedeus/nitter.git
synced 2026-01-29 14:52:50 -05:00
Remove nested bio
This commit is contained in:
@@ -15,13 +15,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="profile-card-extra">
|
||||
#if profile.bio.len > 0:
|
||||
<div class="profile-bio">
|
||||
#if profile.bio.len > 0:
|
||||
<div class="profile-bio">
|
||||
<p>${linkifyText(profile.bio)}</p>
|
||||
</div>
|
||||
#end if
|
||||
<p>${linkifyText(profile.bio)}</p>
|
||||
</div>
|
||||
#end if
|
||||
|
||||
<div class="profile-card-extra-links">
|
||||
<ul class="profile-statlist">
|
||||
|
||||
Reference in New Issue
Block a user