feat: add Mastodon social link

This commit is contained in:
satnaing
2022-12-28 19:27:20 +06:30
parent 42eb018889
commit 2ec39128c6
3 changed files with 22 additions and 9 deletions
+6
View File
@@ -132,4 +132,10 @@ export const SOCIALS: SocialObjects = [
linkTitle: `${SITE.title} on Telegram`,
active: false,
},
{
name: "Mastodon",
href: "https://github.com/satnaing/astro-paper",
linkTitle: `${SITE.title} on Mastodon`,
active: true,
},
];