This commit is contained in:
Markus Unterwaditzer 2025-04-07 15:13:00 +02:00 committed by GitHub
commit ea7d32de93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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