Skip to content

Commit

Permalink
Add rel=me to staff members' own website links
Browse files Browse the repository at this point in the history
The `rel=me` is used to indicate profile equivalence [0] and is used
by Mastodon's Link Verification [1]. If a staff member puts a link to
their Fediverse account in the "website" field and cross-links the
staff page on their Fediverse account (the link may include
`#username` anchor) then the software will display the link as "green"
thus giving others an indication that this person is indeed an Arch
staff member.

[0]: https://microformats.org/wiki/rel-me
[1]: https://docs.joinmastodon.org/user/profile/#verification
  • Loading branch information
wiktor-k committed Feb 17, 2025
1 parent f624f56 commit 9ce6455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/public/developer_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3>{{ dev.get_full_name }}{% if prof.latin_name %} ({{ prof.latin_name}}){% end
</tr><tr>
<th>Website:</th>
<td>{% if prof.website %}<a itemprop="url" href="{{ prof.website }}"
title="Visit the website for {{ dev.get_full_name }}">
title="Visit the website for {{ dev.get_full_name }}" rel="me">
{{ prof.website }}</a>{% endif %}</td>
</tr><tr>
<th>Occupation:</th>
Expand Down

0 comments on commit 9ce6455

Please sign in to comment.