mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 06:39:08 +01:00
Set rel=me on website link in profiles
This commit is contained in:
parent
3bd45c8e96
commit
e4c054ad92
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue