From 42bb1d6b1b0e01760265a9a648f078b28df28600 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 3 Mar 2022 17:14:31 +0100 Subject: [PATCH] link to my user profile @ gitea instance --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index fa3bcb4..b5dbe37 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -56,7 +56,7 @@ SOCIAL = ( ("twitter", "https://twitter.com/schmittlauch"), #("matrixdotorg", ""), ("envelope", "mailto:t.schmittlauch+blog@orlives.de"), - ("git", "https://git.orlives.de/"), + ("git", "https://git.orlives.de/schmittlauch/"), ("github", "https://github.com/schmittlauch/"), )