mirror of
https://github.com/zedeus/nitter
synced 2026-09-25 23:09:20 +00:00
Merge 7622db80b9 into 376f14908e
This commit is contained in:
commit
ea4b6e6607
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ proc renderUserCard*(user: User; prefs: Prefs; info: AccountInfo): VNode =
|
||||||
span:
|
span:
|
||||||
let url = replaceUrls(user.website, prefs)
|
let url = replaceUrls(user.website, prefs)
|
||||||
icon "link"
|
icon "link"
|
||||||
a(href=url): text url.shortLink
|
a(rel="me", href=url): text url.shortLink
|
||||||
|
|
||||||
tdiv(class="profile-joindate"):
|
tdiv(class="profile-joindate"):
|
||||||
a(href=(&"/{user.username}/about"), title=getJoinDateFull(user)):
|
a(href=(&"/{user.username}/about"), title=getJoinDateFull(user)):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue