From e7950c5adede25393fdc8a9f8683d4dc2fd00b7a Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Tue, 10 Oct 2023 11:46:32 -0400 Subject: lume/includes/base: add job seeking banner Signed-off-by: Xe Iaso --- cmd/xesite/main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmd') 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) { -- cgit v1.2.3