From 3f97bde5e3a7307585e467a2ed7f5cc3157f75ff Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 27 Jul 2023 22:29:05 +0200 Subject: [PATCH] Add mastodon link --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index f627343..7dd9fe1 100644 --- a/config.toml +++ b/config.toml @@ -37,5 +37,11 @@ url = "https://www.linkedin.com/in/matus-namesny/" [[params.social]] key = 3 +name = "mastodon" +url = "https://toot.io/@mathis" +rel = "me" + +[[params.social]] +key = 4 name = "email" url = "mailto:matus@namesny.com"