aboutsummaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'handler.go')
-rw-r--r--handler.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/handler.go b/handler.go
index 54a7b8a..cd6bb3d 100644
--- a/handler.go
+++ b/handler.go
@@ -15,6 +15,7 @@ func routes() {
createRoute("/interests", "default.gmi", "pages/interests.gmi")
createRoute("/contact", "default.gmi", "pages/contact.gmi")
createRoute("/gemini", "default.gmi", "pages/gemini.gmi")
+ createBlogRoute("/blog", "pages/blog")
}
func errors() {