diff options
| -rw-r--r-- | share/templates/default/header.tmpl | 2 | ||||
| -rwxr-xr-x | src/photoalbum.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/default/header.tmpl b/share/templates/default/header.tmpl index 932fbb8..db6dd55 100644 --- a/share/templates/default/header.tmpl +++ b/share/templates/default/header.tmpl @@ -86,7 +86,7 @@ END if [ "${show_header_bar}" = 'yes' ]; then cat <<END <div class="header animate-opacity"> - Site generated at $(date) with <a href="https://codeberg.org/foozone/photoalbum">codeberg.org/foozone/photoalbum</a> + Site generated at $(date) with <a href="https://codeberg.org/snonux/photoalbum">codeberg.org/snonux/photoalbum</a> - © by Paul Buetow </div> diff --git a/src/photoalbum.sh b/src/photoalbum.sh index 30890f2..7eb3e3b 100755 --- a/src/photoalbum.sh +++ b/src/photoalbum.sh @@ -1,7 +1,7 @@ #!/bin/env bash # photoalbum (c) 2011 - 2014, 2022 by Paul Buetow -# https://codeberg.org/foozone/photoalbum +# https://codeberg.org/snonux/photoalbum readonly VERSION='PHOTOALBUMVERSION' readonly DEFAULTRC='/etc/default/photoalbum' |
