Remove nested bio
This commit is contained in:
parent
77879a1450
commit
7107c79334
|
@ -15,13 +15,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="profile-card-extra">
|
<div class="profile-card-extra">
|
||||||
|
#if profile.bio.len > 0:
|
||||||
<div class="profile-bio">
|
<div class="profile-bio">
|
||||||
#if profile.bio.len > 0:
|
<p>${linkifyText(profile.bio)}</p>
|
||||||
<div class="profile-bio">
|
|
||||||
<p>${linkifyText(profile.bio)}</p>
|
|
||||||
</div>
|
|
||||||
#end if
|
|
||||||
</div>
|
</div>
|
||||||
|
#end if
|
||||||
|
|
||||||
<div class="profile-card-extra-links">
|
<div class="profile-card-extra-links">
|
||||||
<ul class="profile-statlist">
|
<ul class="profile-statlist">
|
||||||
|
|
Loading…
Reference in New Issue