Change name of the page to Full Photo Feed from Full Image Feed.
This commit is contained in:
parent
55742e50db
commit
fcb091a164
@ -50,7 +50,7 @@ function start_main_page {
|
||||
|
||||
echo -e "\t\t<div class='row'>" >> $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</a>" >> $mainpage
|
||||
echo -e "\t\t</div>" >> $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
|
||||
|
Loading…
x
Reference in New Issue
Block a user