1
0
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:
Andrey Nering
2023-04-26 21:10:16 -03:00
parent 90b11dd02e
commit 42dfc778f8

View File

@@ -131,6 +131,7 @@ const config = {
{ {
href: MASTODON_URL, href: MASTODON_URL,
label: 'Mastodon', label: 'Mastodon',
rel: 'me',
position: 'right' position: 'right'
}, },
{ {
@@ -173,7 +174,8 @@ const config = {
}, },
{ {
label: 'Mastodon', label: 'Mastodon',
href: MASTODON_URL href: MASTODON_URL,
rel: 'me'
}, },
{ {
label: 'Discord', label: 'Discord',