aboutsummaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-15 22:06:22 +0000
committerFuwn <[email protected]>2021-07-15 22:06:22 +0000
commitc2fd318cce371e2563c248fe7d942500a52a0be8 (patch)
tree265c2c0a54f71d57bb9d16a8694e489fe364ed5f /handler.go
parentfeat(templates): poc for a sysinfo footer item (diff)
downloadspace-c2fd318cce371e2563c248fe7d942500a52a0be8.tar.xz
space-c2fd318cce371e2563c248fe7d942500a52a0be8.zip
feat(route): implement a blogging engine
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() {