diff options
| author | Paul Buetow <paul@buetow.org> | 2022-03-05 11:48:50 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-03-05 11:48:50 +0000 |
| commit | e044cd54a39f38526ba7ed986df56ab2973e0329 (patch) | |
| tree | be3be0659180f8dc8bab064084a3a262c0abfc59 /share | |
| parent | fad3ea8d270527bd9728363614ac72aeb087e9f2 (diff) | |
add SHUFFLE option
Diffstat (limited to 'share')
| -rw-r--r-- | share/templates/default/header.tmpl | 14 |
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> - - - © 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> + - + © by Paul Buetow </div> END +fi |
