summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/templates/default/footer.tmpl1
-rwxr-xr-xsrc/photoalbum.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/share/templates/default/footer.tmpl b/share/templates/default/footer.tmpl
index 0905a8c..34ddf1c 100644
--- a/share/templates/default/footer.tmpl
+++ b/share/templates/default/footer.tmpl
@@ -6,6 +6,7 @@ cat <<END
END
fi
+cat <<END
</body>
</html>
END
diff --git a/src/photoalbum.sh b/src/photoalbum.sh
index d60e84f..05ec6fa 100755
--- a/src/photoalbum.sh
+++ b/src/photoalbum.sh
@@ -149,7 +149,7 @@ albumhtml () {
dirname="$DIST_DIR/$blurs_dir"
test ! -d "$dirname" && mkdir -p "$dirname"
echo "Creating blur $DIST_DIR/$blurs_dir/$photo"
- convert -blur 0x6 "$DIST_DIR/$thumbs_dir/$photo" "$DIST_DIR/$blurs_dir/$photo"
+ convert -blur 0x8 "$DIST_DIR/$thumbs_dir/$photo" "$DIST_DIR/$blurs_dir/$photo"
fi
done