summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/photoalbum.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/photoalbum.sh b/src/photoalbum.sh
index 331cf32..ebaaf71 100755
--- a/src/photoalbum.sh
+++ b/src/photoalbum.sh
@@ -82,7 +82,6 @@ albumhtml () {
declare name="page-$num"
template header "$name.html"
- template header-first-add "$name.html"
cd "$DIST_DIR/$photos_dir" && find ./ -type f | sort | sed 's;^\./;;' |
while read -r photo; do
@@ -160,7 +159,6 @@ albumindexhtml () {
declare backhref='..'
template 'header' 'index.html'
- template 'header-first-add' 'index.html'
for dir in ${dirs[*]}; do
declare basename="$(basename "$dir")"
@@ -177,7 +175,7 @@ albumindexhtml () {
declare s=''
[ $pages -gt 1 ] && s='s'
export description="$pictures pictures / $pages page$s"
- template 'index-preview' 'index.html'
+ template 'index.html'
done
template 'footer' 'index.html'