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