summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-03-05 11:48:50 +0000
committerPaul Buetow <paul@buetow.org>2022-03-05 11:48:50 +0000
commite044cd54a39f38526ba7ed986df56ab2973e0329 (patch)
treebe3be0659180f8dc8bab064084a3a262c0abfc59 /share
parentfad3ea8d270527bd9728363614ac72aeb087e9f2 (diff)
add SHUFFLE option
Diffstat (limited to 'share')
-rw-r--r--share/templates/default/header.tmpl14
1 files changed, 8 insertions, 6 deletions
diff --git a/share/templates/default/header.tmpl b/share/templates/default/header.tmpl
index 4364ddd..c0c7c21 100644
--- a/share/templates/default/header.tmpl
+++ b/share/templates/default/header.tmpl
@@ -60,12 +60,14 @@ cat <<END
</head>
<body>
+END
+
+if [ "${show_header_bar}" = 'yes' ]; then
+cat <<END
<div class="header">
- <div>
- Site generated at $(date) with <a href="https://codeberg.org/foozone/photoalbum">codeberg.org/foozone/photoalbum</a>
- -
- &copy; by Paul Buetow
- </div>
- <div>${GOTO_OVERVIEW}</div>
+ Site generated at $(date) with <a href="https://codeberg.org/foozone/photoalbum">codeberg.org/foozone/photoalbum</a>
+ -
+ &copy; by Paul Buetow
</div>
END
+fi