diff --git a/pelicanconf.py b/pelicanconf.py index c97704c..5b9027b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -5,7 +5,6 @@ AUTHOR = 'Tobias Radloff' SITENAME = 'Tobias Radloff' SITESUBTITLE = "Schriftsteller" -SITETAG = "Schriftsteller" SITEURL = "" TIMEZONE = 'Europe/Berlin' @@ -73,7 +72,7 @@ SOCIAL = ( # Technical Settings # ############################################################################### -JINJA_ENVIRONMENT = { "extensions": ["jinja2.ext.debug"] } +JINJA_ENVIRONMENT = { "extensions": ["jinja2.ext.debug", "jinja2.ext.do"] }