Merge pull request #1389 from Retrospring/feature/rel-me-on-profile-website
Set rel=me on website link in profiles
This commit is contained in:
commit
ec3ffd5a82
|
@ -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: "me nofollow" }= 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
|
||||||
|
|
Loading…
Reference in New Issue