aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-10-09 16:03:54 -0400
committerXe Iaso <me@xeiaso.net>2023-10-09 16:03:54 -0400
commite1b260897d8c962d95401b89cc28959602052326 (patch)
tree73e35d25cd915e8766067d8f42600b6a033be11f
parent4b1b4268a35adf026056cc822de3c4d4efbfa4bb (diff)
downloadxesite-e1b260897d8c962d95401b89cc28959602052326.tar.xz
xesite-e1b260897d8c962d95401b89cc28959602052326.zip
cmd/xesite: oops
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--cmd/xesite/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/xesite/main.go b/cmd/xesite/main.go
index 3316f3f..c3c2dd7 100644
--- a/cmd/xesite/main.go
+++ b/cmd/xesite/main.go
@@ -98,7 +98,7 @@ func main() {
mux.HandleFunc("/metrics", tsweb.VarzHandler)
mux.HandleFunc("/blog.atom", func(w http.ResponseWriter, r *http.Request) {
- http.Redirect(w, r, "/blog/index.rss", http.StatusMovedPermanently)
+ http.Redirect(w, r, "/blog.rss", http.StatusMovedPermanently)
})
// NOTE(Xe): Had to rename this page because of a Lume/Go embed bug.