From 321c915bad65229c28fa486ca8d47a61ec03c51b Mon Sep 17 00:00:00 2001 From: AngelJumbo Date: Fri, 31 May 2024 11:09:20 -0500 Subject: [PATCH] one last thing --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index de17b36..aeafa98 100755 --- a/build.sh +++ b/build.sh @@ -100,7 +100,7 @@ do subhtml="${section}_page${page}.html" touch ./$subhtml - echo "
" >> ./index.html + echo "
" >> ./index.html echo "
" >> ./index.html countImgs=$(find "$subdir" -type f | wc -l)