Compare commits

...

2 Commits

Author SHA1 Message Date
2a4aedce5e Add TBD. 2025-12-08 15:44:39 -07:00
0ba992352a Fix spacing in comment. 2025-12-08 15:44:35 -07:00
2 changed files with 5 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ cd $DIR/..
photos_all=./files/photos/all.html
photos=./pages/photos.sh
# If the all script does not exist,call the generator and ignore its output.
# If the all script does not exist, call the generator and ignore its output.
if [[ ! -e $photos_all ]]; then
$photos > /dev/null
fi

View File

@@ -2,6 +2,10 @@
# 2024-01-21 Hyperling
# Transition away from PhotoPrism. Helps to save system resources and downsize.
## TBD ##
# - Have links at the top of the ALL page for jumping between years.
## End TBD
## Static Variables ##
DIR=`dirname $0`
a="a target='_blank' rel='noopener noreferrer'"