fix rel=me link for users with anonymous access
This commit is contained in:
parent
ba80bf801b
commit
733129c025
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
</a>
|
||||
<!-- {{ user.id }} -->
|
||||
</div>
|
||||
<p><a class="user-profile__link mast-acct" target="_blank" href="{{ user.mastodon_account.url }}">@{{ user.username }}@{{ user.mastodon_site }}</a>
|
||||
<p><a class="user-profile__link mast-acct" target="_blank" rel="me" href="{{ user.mastodon_account.url }}">@{{ user.username }}@{{ user.mastodon_site }}</a>
|
||||
{% current_user_relationship user as relationship %}
|
||||
{% if relationship %}
|
||||
<a class="user-profile__report-link">
|
||||
|
|
Loading…
Add table
Reference in a new issue