Add 'rel=me' on Mastodon URL on profile (#1792)

This commit is contained in:
Niko Heikkilä 2019-02-13 18:10:41 +02:00 committed by Mac Siri
parent 1acd5b78ef
commit 81c889bc78

View file

@ -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 %>