From 51204aa1e11fe85c9707ddd8f3c8887c66bbad3d Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 22 Oct 2025 20:31:48 +0200 Subject: [PATCH] Add email button --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 3bdad0d..4abcc0e 100644 --- a/config.toml +++ b/config.toml @@ -36,6 +36,10 @@ url = "https://git.sstork.dev/SebastianStork" name = "linkedin" url = "https://www.linkedin.com/in/sebastian-stork" +[[extra.profile.social]] +name = "email" +url = "mailto:sebastian.stork@pm.me" + [[extra.profile.social]] name = "rss" url = "$BASE_URL/atom.xml"