add rel=me to profile links

this allows mastodon to display profile links to Retrospring as verified in mastodon profiles
This commit is contained in:
greyidol 2023-09-20 07:27:08 +00:00
parent fd2db3764c
commit c99625cbbd
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
- unless user.profile.website.blank? - unless user.profile.website.blank?
.profile__website .profile__website
%i.fa.fa-fw.fa-globe %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? - unless user.profile.location.blank?
.profile__location .profile__location
%i.fa.fa-fw.fa-location-arrow %i.fa.fa-fw.fa-location-arrow