From c6c253fa083e0d9ffe892dd6e60101d2215f44e4 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Mon, 16 Aug 2021 23:30:37 +0200 Subject: [PATCH] Fix typo --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index d380e1d..295d5bd 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # from __future__ import unicode_literals -from peican_theme_teckids.pelicanconf import * +from pelican_theme_teckids.pelicanconf import * AUTHOR = 'Teckids e.V.' SITENAME = "LEOPARD" -- GitLab