aboutsummaryrefslogtreecommitdiff
path: root/cmd/http/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/http/main.go')
-rw-r--r--cmd/http/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/http/main.go b/cmd/http/main.go
index 951c02f..8f293d4 100644
--- a/cmd/http/main.go
+++ b/cmd/http/main.go
@@ -70,6 +70,7 @@ func main() {
mux.HandleFunc("/blog/", app.blog)
mux.HandleFunc("/archive", app.archive)
mux.HandleFunc("/archive/", app.archive)
+ mux.HandleFunc("/atom.xml", app.feed)
mux.HandleFunc("/", app.home)
if *addr == ":443" {