From 64ea0b0ce493c777fb417a0c1f4d8e3061fbfdd4 Mon Sep 17 00:00:00 2001 From: axi0m Date: Mon, 30 Oct 2023 13:50:02 -0500 Subject: [PATCH] Add verification for Mastodon --- config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 431637c..af80d9e 100644 --- a/config.toml +++ b/config.toml @@ -29,4 +29,9 @@ url = "https://github.com/axi0m" [[params.socialIcons]] icon = "fab fa-linkedin" title = "Linkedin" -url = "https://linkedin.com/in/kevindienst" \ No newline at end of file +url = "https://linkedin.com/in/kevindienst" + +[[params.socialIcons]] +icon = "fab fa-mastodon" +title = "mastodon" +url = "https://fosstodon.org/@axi0m" \ No newline at end of file