diff options
Diffstat (limited to 'handler.go')
| -rw-r--r-- | handler.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ func routes() { createRoute("/contact", "default.gmi", "pages/contact.gmi") createRoute("/gemini", "default.gmi", "pages/gemini.gmi") + // TODO: Iterate over content/pages/blog directory to automate blog routing createBlogRoute("/tech", "pages/blog", "Tech") createBlogHandler("/blog") } |