This commit is contained in:
Markus Unterwaditzer 2026-09-07 20:36:48 +03:00 • committed by GitHub
commit ea4b6e6607
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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