diff --git a/pelicanconf.py b/pelicanconf.py index 7c63365..64f535e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -13,6 +13,14 @@ RELATIVE_URLS = True PATH = 'content' THEME = 'test-theme' +JINJA_ENVIRONMENT = { + # The default: + 'trim_blocks': True, + 'lstrip_blocks': True, + + # Custom + 'keep_trailing_newline': True, + } TIMEZONE = 'Europe/Prague'