mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Merge 7622db80b9 into e4aefbc210
This commit is contained in:
commit
5accf09108
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