diff --git a/pages/photos.sh b/pages/photos.sh index 08a310a..edf68cc 100755 --- a/pages/photos.sh +++ b/pages/photos.sh @@ -153,7 +153,7 @@ function build_album_pages { elif [[ $photo == *".md" || $photo == *".txt" ]]; then echo -e "\t\t\t\t\t
`cat $photo`
" >> $subpage else - echo -e "\t\t\t\t\t$filename" >> $subpage
@@ -229,7 +229,7 @@ function build_all_page {
dir_name="${dir_name//_/ }"
dir_name="${dir_name//-/ }"
- media=""
+ media="
"
# Determine how to show the file.
if [[ $media_uri == *".mp4" ]]; then