diff options
| -rw-r--r-- | alt.irregular.ninja/shuriken.conf | 3 | ||||
| -rw-r--r-- | irregular.ninja/shuriken.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/alt.irregular.ninja/shuriken.conf b/alt.irregular.ninja/shuriken.conf index f48445a..6eaa770 100644 --- a/alt.irregular.ninja/shuriken.conf +++ b/alt.irregular.ninja/shuriken.conf @@ -1,6 +1,9 @@ # The title of the photoalbum TITLE='Alternative Irregular Ninja' +# Source/project link shown in the page footer ("Site generated ... with <URL>"). +SOURCE_URL=https://codeberg.org/snonux/irregular.ninja + # Thumbnail height geometry THUMBHEIGHT=400 # Normal geometry height when viewing a photo. diff --git a/irregular.ninja/shuriken.conf b/irregular.ninja/shuriken.conf index dab3476..0a073a9 100644 --- a/irregular.ninja/shuriken.conf +++ b/irregular.ninja/shuriken.conf @@ -1,6 +1,9 @@ # The title of the photoalbum TITLE='Irregular Ninja' +# Source/project link shown in the page footer ("Site generated ... with <URL>"). +SOURCE_URL=https://codeberg.org/snonux/irregular.ninja + # Thumbnail height geometry THUMBHEIGHT=400 # Normal geometry height when viewing a photo. |
