summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-04-02 20:38:27 +0100
committerPaul Buetow <paul@buetow.org>2022-04-02 20:38:27 +0100
commitf3f8244849fbe94ce482b4b660aae4a007d07b8d (patch)
tree4c16609655418177a01ecead050577621d6d2e73
parente5530ef60d0404431b7d6493eb7793a5d59a35dd (diff)
fix urlHEADmaster
-rw-r--r--share/templates/default/header.tmpl2
-rwxr-xr-xsrc/photoalbum.sh2
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>
-
&copy; 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'