From b39158a1a6c5ee3a0385c739ffb6ef266724e984 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 19 Aug 2021 12:12:24 +0200
Subject: [PATCH] Remove unused license texts from settings

---
 pelican_theme_teckids/pelicanconf.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pelican_theme_teckids/pelicanconf.py b/pelican_theme_teckids/pelicanconf.py
index eab9d0e..3ed7709 100644
--- a/pelican_theme_teckids/pelicanconf.py
+++ b/pelican_theme_teckids/pelicanconf.py
@@ -76,12 +76,6 @@ CUSTOM_STYLESHEET = "/static/css/custom.css"
 
 LICENCE_DEFAULT = "CC-BY-SA 4.0+"
 
-LICENCETEXTS = {
-    "de": "Dieser Inhalt ist, sofern nicht bei einzelnen Medien anders angegeben, lizenziert unter:",
-    "en": "If not stated differently for single media, this content is licenced under:",
-}
-
-
 SITEMAP = {
     "format": "xml",
 }
-- 
GitLab