update mastodon link

fixes syntax error in mastodon account link in landing page
This commit is contained in:
Murteza Yesil 2023-01-02 18:28:06 +00:00
parent 8ff6721b9b
commit 67b328be83
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ $links = [
"icon" => "globe"
],
"mastodon" => [
"href" => "https://tilde.zone/~ben",
"href" => "https://tilde.zone/@ben",
"icon" => "mastodon-alt",
"extra_attrs" => 'rel="me"'
],