From fcb091a16465e5ed249054846fd016759f5b952a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 27 May 2025 10:53:19 -0700 Subject: [PATCH] Change name of the page to Full Photo Feed from Full Image Feed. --- pages/photos.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/photos.sh b/pages/photos.sh index b0a1706..0709a43 100755 --- a/pages/photos.sh +++ b/pages/photos.sh @@ -50,7 +50,7 @@ function start_main_page { echo -e "\t\t
" >> $mainpage echo -e "\t\t\t<$a href='/photos-all'" >> $mainpage - echo -e "\t\t\t\tclass='col-12 header'>Click Here for the Full Image Feed" >> $mainpage + echo -e "\t\t\t\tclass='col-12 header'>Click Here for the Full Photo Feed" >> $mainpage echo -e "\t\t\t" >> $mainpage echo -e "\t\t
" >> $mainpage } @@ -180,7 +180,7 @@ function build_album_pages { done } -## Create an ALL page at /photos/all/ ## +## Create an ALL page. ## function build_all_page { # - Shows all photos in descending order, as an overall feed. # - Four images wide. @@ -201,7 +201,6 @@ function build_all_page { find $PHOTOS_DIR/ ! -name "*".html | sort -r | while read media_file; do if [[ -d $media_file || "$media_file" == *"/photos/README.md" - || "$media_file" == *"/all/README.md" ]]; then continue fi