diff options
| -rw-r--r-- | changelog | 1 | ||||
| -rw-r--r-- | share/templates/default/header.tmpl | 4 | ||||
| -rw-r--r-- | src/photoalbum.default.conf | 2 |
3 files changed, 1 insertions, 6 deletions
@@ -1,6 +1,7 @@ photoalbum (0.5.0) unstable; urgency=low * Initial 0.5.0 release. + * Sub-album support removed. -- Paul Buetow <paul@buetow.org> Sun, 20 Feb 2022 14:37:01 +0000 diff --git a/share/templates/default/header.tmpl b/share/templates/default/header.tmpl index 0248656..4364ddd 100644 --- a/share/templates/default/header.tmpl +++ b/share/templates/default/header.tmpl @@ -1,7 +1,3 @@ -if [ "${is_subalbum}" = yes ]; then - GOTO_OVERVIEW="<a href='${backhref}/index.html'>Go to Album overview</a>" -fi - cat <<END <html> <head> diff --git a/src/photoalbum.default.conf b/src/photoalbum.default.conf index f164c50..82bff8c 100644 --- a/src/photoalbum.default.conf +++ b/src/photoalbum.default.conf @@ -10,8 +10,6 @@ MAXPREVIEWS=40 # Diverse directories, need to be full paths, not relative! INCOMING_DIR=$(pwd)/incoming -# Set to yes if per directory sub-albums are wanted -SUB_ALBUMS=no DIST_DIR=$(pwd)/dist TEMPLATE_DIR=/usr/share/photoalbum/templates/default #TEMPLATE_DIR=/usr/share/photoalbum/templates/minimal |
