diff --git a/build.sh b/build.sh index e52d074..be7f95f 100755 --- a/build.sh +++ b/build.sh @@ -89,7 +89,7 @@ do countImgs=$(find "$subdir" -type f | wc -l) countImgs=$((countImgs - 1)) for i in $(seq 1 $((( $countImgs / $maxPerPage)+1))); do - echo "" >> ./index.html + echo "" >> ./index.html done echo "" >> ./index.html echo "
" >> ./index.html