summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-21 14:43:26 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-21 14:43:26 +0200
commit807834540c34fe3fc31f8e42e380529c11279875 (patch)
tree257b58b398aa027bca263e4d24f0a2eec8483642
parent215f0dfb09e80ea16b1808e14509e3d3a1da074e (diff)
downloadwebsite-807834540c34fe3fc31f8e42e380529c11279875.tar.xz
bupa: Fix typo..
-rwxr-xr-xscripts/bupa2
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':