diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 08:58:02 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 08:58:02 +0100 |
| commit | ccd7140d6de165eb1194dc9d4785433619dd44b5 (patch) | |
| tree | e7bfe5734a3f66452fa14fd525a64249b5c341a7 /http | |
| parent | 0db52b89f03df0811f6fe43f70512e10d1445c48 (diff) | |
http: redirects blog/subscribe to /subscribe
Diffstat (limited to 'http')
| -rw-r--r-- | http/src/blog/subscribe.trivial.upphtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/http/src/blog/subscribe.trivial.upphtml b/http/src/blog/subscribe.trivial.upphtml new file mode 100644 index 0000000..6521fed --- /dev/null +++ b/http/src/blog/subscribe.trivial.upphtml @@ -0,0 +1,4 @@ +#! +SITE_URL="${1}" +#! +<meta http-equiv="refresh" content="0" ; url="${SITE_URL}/subscribe" /> |
