diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-10 11:46:32 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-10 11:46:32 -0400 |
| commit | e7950c5adede25393fdc8a9f8683d4dc2fd00b7a (patch) | |
| tree | e85937554a30e4a6c63fc6ccc492da1c580001db /cmd | |
| parent | e1b260897d8c962d95401b89cc28959602052326 (diff) | |
| download | xesite-e7950c5adede25393fdc8a9f8683d4dc2fd00b7a.tar.xz xesite-e7950c5adede25393fdc8a9f8683d4dc2fd00b7a.zip | |
lume/includes/base: add job seeking banner
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/xesite/main.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/xesite/main.go b/cmd/xesite/main.go index c3c2dd7..ff4c92e 100644 --- a/cmd/xesite/main.go +++ b/cmd/xesite/main.go @@ -105,6 +105,9 @@ func main() { mux.HandleFunc(`/blog/%F0%9F%A5%BA`, func(w http.ResponseWriter, r *http.Request) { http.Redirect(w, r, "/blog/xn--ts9h/", http.StatusMovedPermanently) }) + mux.HandleFunc(`/blog/🥺`, func(w http.ResponseWriter, r *http.Request) { + http.Redirect(w, r, "/blog/xn--ts9h/", http.StatusMovedPermanently) + }) if *devel { mux.HandleFunc("/.within/hook/github", func(w http.ResponseWriter, r *http.Request) { |
