Add 'rel=me' on Mastodon URL on profile (#1792)
This commit is contained in:
parent
1acd5b78ef
commit
81c889bc78
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
</a>
|
||||
<% end %>
|
||||
<% if @user.mastodon_url? %>
|
||||
<a href="<%= @user.mastodon_url %>" target="_blank" rel="noopener">
|
||||
<a href="<%= @user.mastodon_url %>" target="_blank" rel="noopener me">
|
||||
<%= inline_svg("mastodon-logo.svg", class:"icon-img") %>
|
||||
</a>
|
||||
<% end %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue