From c46ef5b2bfd1029423934eed4e87992d3bc92f62 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 2 Mar 2022 03:00:18 +0100 Subject: [PATCH] use a tagged e-mail as contact --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 96d32c6..68a0e9e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -53,7 +53,7 @@ SOCIAL = ( ("mastodon", "https://toot.matereal.eu/@schmittlauch"), ("twitter", "https://twitter.com/schmittlauch"), #("matrixdotorg", ""), - ("envelope", "mailto:t.schmittlauch@orlives.de"), + ("envelope", "mailto:t.schmittlauch+blog@orlives.de"), ("git", "https://git.orlives.de/"), ("github", "https://github.com/schmittlauch/"), )