From cf81ba31f9a4b71ff6b2c262e12d9c1c4a1e011c Mon Sep 17 00:00:00 2001 From: Katy248 Date: Wed, 5 Jun 2024 13:12:07 +0000 Subject: [PATCH] Fixed pager button --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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