From e4c054ad92e06e0c232fa8ac7890323a02009351 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Tue, 17 Oct 2023 19:52:00 +0200 Subject: [PATCH] Set rel=me on website link in 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..7afb27f8 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: "me nofollow" }= user.profile.display_website - unless user.profile.location.blank? .profile__location %i.fa.fa-fw.fa-location-arrow