mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
description -> bio
This commit is contained in:
parent
2e303719f2
commit
2c2d2c767e
3 changed files with 18 additions and 18 deletions
|
|
@ -18,9 +18,9 @@
|
|||
</div>
|
||||
<div class="profile-card-extra">
|
||||
<div class="profile-bio">
|
||||
#if profile.description.len > 0:
|
||||
<div class="profile-description">
|
||||
<p>${linkifyText(xmltree.escape(profile.description))}</p>
|
||||
#if profile.bio.len > 0:
|
||||
<div class="profile-bio">
|
||||
<p>${linkifyText(xmltree.escape(profile.bio))}</p>
|
||||
</div>
|
||||
#end if
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue