mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
website: add rel="me"
to Mastodon links
This is used for verification: https://joinmastodon.org/verification
This commit is contained in:
@@ -131,6 +131,7 @@ const config = {
|
||||
{
|
||||
href: MASTODON_URL,
|
||||
label: 'Mastodon',
|
||||
rel: 'me',
|
||||
position: 'right'
|
||||
},
|
||||
{
|
||||
@@ -173,7 +174,8 @@ const config = {
|
||||
},
|
||||
{
|
||||
label: 'Mastodon',
|
||||
href: MASTODON_URL
|
||||
href: MASTODON_URL,
|
||||
rel: 'me'
|
||||
},
|
||||
{
|
||||
label: 'Discord',
|
||||
|
Reference in New Issue
Block a user