From 807834540c34fe3fc31f8e42e380529c11279875 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 21 May 2015 14:43:26 +0200 Subject: bupa: Fix typo.. --- scripts/bupa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bupa b/scripts/bupa index e5d0fc1..f2a810b 100755 --- a/scripts/bupa +++ b/scripts/bupa @@ -127,7 +127,7 @@ def make_sitemap(jinja_env, entries): def main(): arguments = docopt.docopt(__doc__, version='bupa 0.0.1') - jinja_env = Environment(loader=FileSystemLoader('src/templates')i + jinja_env = Environment(loader=FileSystemLoader('src/templates'), trim_blocks=True, lstrip_blocks=True) if arguments[''] == 'journal.html': -- cgit v1.2.3-54-g00ecf