From 2aed4fe0c9575a1046572344b7c7fa4ccc8f2bc6 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Sat, 3 Apr 2021 18:25:37 +0200 Subject: [PATCH] Provide linked.in --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 0171cd7..9edb14e 100644 --- a/config.toml +++ b/config.toml @@ -39,6 +39,9 @@ enableRobotsTXT = true [[params.socialIcons]] name = "twitter" url = "https://www.twitter.com/rad4day" +[[params.socialIcons]] + name = "linkedin" + url = "https://www.linkedin.com/in/tobias-manske-a595111b7" [[params.socialIcons]] name = "mastodon" url = "https://chaos.social/@rad4day"