summaryrefslogtreecommitdiff
path: root/template.sh
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-30 21:33:46 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-30 21:33:46 +0100
commitd5f793bcd9f47392ee6e61c27f65fa85cbcc5176 (patch)
tree9b5d35c3b161f568928e3426360d09c1c11aa218 /template.sh
parent6337e02d9dd8c7be92ffa168f67ab0de651664d0 (diff)
downloadwww-d5f793bcd9f47392ee6e61c27f65fa85cbcc5176.tar.gz
www-d5f793bcd9f47392ee6e61c27f65fa85cbcc5176.tar.bz2
www-d5f793bcd9f47392ee6e61c27f65fa85cbcc5176.zip
remove more ssi
Diffstat (limited to 'template.sh')
-rwxr-xr-xtemplate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.sh b/template.sh
index bc63b943..a33cefe8 100755
--- a/template.sh
+++ b/template.sh
@@ -4,6 +4,6 @@ for f in $(git ls-files *.j2); do
for ld in locale/*/; do
l=$(basename $ld)
echo "$f: $l"
- python template.py $f $l $(dirname $f)/$(basename $f .html.j2).$l.html
+ python template.py $f $l
done
done