From c99625cbbd05384e9ceaa811eef4bc146b560167 Mon Sep 17 00:00:00 2001 From: greyidol <110372324+greyidol@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:27:08 +0000 Subject: [PATCH] add rel=me to profile links this allows mastodon to display profile links to Retrospring as verified in mastodon profiles --- app/views/user/_profile.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/user/_profile.html.haml b/app/views/user/_profile.html.haml index 8ceffb5c..7be81298 100644 --- a/app/views/user/_profile.html.haml +++ b/app/views/user/_profile.html.haml @@ -32,7 +32,7 @@ - unless user.profile.website.blank? .profile__website %i.fa.fa-fw.fa-globe - %a{ href: user.profile.website, target: "_blank", rel: "nofollow" }= user.profile.display_website + %a{ href: user.profile.website, target: "_blank", rel: "nofollow me" }= user.profile.display_website - unless user.profile.location.blank? .profile__location %i.fa.fa-fw.fa-location-arrow