From 474c258a83b2d7ce13b5cd22da16965ebf7c6174 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 26 May 2025 15:24:40 -0700 Subject: [PATCH] Fix syntax error preventing page from running. --- pages/photos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/photos.sh b/pages/photos.sh index 0663846..f205a4a 100755 --- a/pages/photos.sh +++ b/pages/photos.sh @@ -207,7 +207,7 @@ function build_all_page { media="${media}" media="${media}Your browser does not support videos." media="${media}" - elif [[ $media_name == *".md" || $media_name == *".txt"]]; then + elif [[ $media_name == *".md" || $media_name == *".txt" ]]; then media="

`cat $media_file`

" fi