mirror of
https://github.com/zedeus/nitter.git
synced 2025-04-15 05:44:08 +00:00
Merge 7622db80b9
into 83b0f8b55a
This commit is contained in:
commit
ea7d32de93
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ proc renderUserCard*(user: User; prefs: Prefs): VNode =
|
|||
span:
|
||||
let url = replaceUrls(user.website, prefs)
|
||||
icon "link"
|
||||
a(href=url): text url.shortLink
|
||||
a(rel="me", href=url): text url.shortLink
|
||||
|
||||
tdiv(class="profile-joindate"):
|
||||
span(title=getJoinDateFull(user)):
|
||||
|
|
Loading…
Reference in a new issue