Merge pull request #266 from csarnataro/add-mastodon-to-social-links

Added Mastodon social link
This commit is contained in:
Ariful Alam
2023-02-14 21:10:53 +06:00
committed by GitHub
6 changed files with 47 additions and 10 deletions

5
types/index.d.ts vendored
View File

@@ -49,6 +49,11 @@ export interface Social {
*/
twitter?: string;
/**
* Mastodon
*/
mastodon?: string;
/**
* Facebook
*/