This commit is contained in:
Markus Unterwaditzer 2026-08-26 07:22:06 -04:00 committed by GitHub
commit 5accf09108
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)):