Skip to content
Snippets Groups Projects
Verified Commit e44ed923 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix theme import

parent ec4eaf00
No related branches found
No related tags found
No related merge requests found
Pipeline #27544 passed
......@@ -2,9 +2,7 @@
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
import sys
sys.path.append("./themes")
from teckids.pelicanconf import *
from pelican_theme_teckids.pelicanconf import *
AUTHOR = 'Teckids e.V.'
SITENAME = 'Schul-Frei'
......@@ -23,7 +21,6 @@ SLUGIFY_SOURCE = 'basename'
TIMEZONE = 'Europe/Berlin'
DEFAULT_LANG = 'de'
THEME = 'themes/teckids'
PLUGIN_PATHS = ["plugins"]
PLUGINS = ["i18n_subsites", "sitemap", "summary", "jinja2content"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment