From 1d41497e7619d7477b2ae7cf01b89c9255f76dc2 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Tue, 17 Aug 2021 22:50:42 +0200
Subject: [PATCH] Fix typo

---
 pelican_theme_teckids/pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelican_theme_teckids/pelicanconf.py b/pelican_theme_teckids/pelicanconf.py
index fd67594..a5b32af 100644
--- a/pelican_theme_teckids/pelicanconf.py
+++ b/pelican_theme_teckids/pelicanconf.py
@@ -66,7 +66,7 @@ SPONSORS = [
     ]
 PARTNERS = [
     ("Open Source Initiative", "/theme/images/partners/osi.png", "https://opensource.org"),
-    ("Free Software Foundation Europe", "/theme/images/partners/fsfe.png", "https://fsfe.orf"),
+    ("Free Software Foundation Europe", "/theme/images/partners/fsfe.png", "https://fsfe.org"),
     ]
 
 CUSTOM_STYLESHEET = "{}/static/css/custom.css".format(SITEURL)
-- 
GitLab