diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-21 14:43:26 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-21 14:43:26 +0200 |
commit | 807834540c34fe3fc31f8e42e380529c11279875 (patch) | |
tree | 257b58b398aa027bca263e4d24f0a2eec8483642 /scripts | |
parent | 215f0dfb09e80ea16b1808e14509e3d3a1da074e (diff) | |
download | website-807834540c34fe3fc31f8e42e380529c11279875.tar.xz |
bupa: Fix typo..
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bupa | 2 |
1 files changed, 1 insertions, 1 deletions
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['<page>'] == 'journal.html': |