diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-19 08:11:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-19 08:11:09 +0300 |
| commit | 04f12d8141bbf3e99a1d1482359c5deaec0adebb (patch) | |
| tree | c986c97f1ea0d5135d55811124372514bd5fbf8d | |
| parent | a1ce5bd0d037405e7bb8bbcb6f6dd3e8df1e1114 (diff) | |
Revert footer link to the default shuriken.sh credit
Drop the SOURCE_URL override on both sites so the header bar "Site generated ...
with <link>" falls back to shuriken's default (codeberg.org/snonux/shuriken.sh).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| -rw-r--r-- | alt.irregular.ninja/shuriken.conf | 3 | ||||
| -rw-r--r-- | irregular.ninja/shuriken.conf | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/alt.irregular.ninja/shuriken.conf b/alt.irregular.ninja/shuriken.conf index 6eaa770..f48445a 100644 --- a/alt.irregular.ninja/shuriken.conf +++ b/alt.irregular.ninja/shuriken.conf @@ -1,9 +1,6 @@ # 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 9e28c3b..c63c5b1 100644 --- a/irregular.ninja/shuriken.conf +++ b/irregular.ninja/shuriken.conf @@ -1,9 +1,6 @@ # 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. |
