Page Titles & All Photos Page #5

Merged
me merged 14 commits from dev into main 2025-06-06 08:02:52 -07:00
2 changed files with 209 additions and 120 deletions
Showing only changes of commit 474c258a83 - Show all commits

View File

@ -207,7 +207,7 @@ function build_all_page {
media="${media}<source src='/$media_file' type=video/mp4>"
media="${media}Your browser does not support videos."
media="${media}</video>"
elif [[ $media_name == *".md" || $media_name == *".txt"]]; then
elif [[ $media_name == *".md" || $media_name == *".txt" ]]; then
media="<p>`cat $media_file`</p>"
fi