This commit is contained in:
Markus Unterwaditzer 2023-11-01 12:25:37 +00:00 committed by GitHub
commit e5d519366c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)):