diff --git a/src/views/profile.nim b/src/views/profile.nim index c9012ed..5526437 100644 --- a/src/views/profile.nim +++ b/src/views/profile.nim @@ -63,7 +63,7 @@ proc renderUserCard*(user: User; prefs: Prefs; info: AccountInfo): 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"): a(href=(&"/{user.username}/about"), title=getJoinDateFull(user)):