diff options
| author | Fuwn <[email protected]> | 2021-07-17 11:01:34 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-17 11:01:34 +0000 |
| commit | 834f45cd13c1b3d30a5229d8aa7ca28bf1cc80cd (patch) | |
| tree | 2d68f021158d3f9e7b5d961872f5e2bf97f1b56c /handler.go | |
| parent | refactor(route): move hit ticker to db layer (diff) | |
| download | space-834f45cd13c1b3d30a5229d8aa7ca28bf1cc80cd.tar.xz space-834f45cd13c1b3d30a5229d8aa7ca28bf1cc80cd.zip | |
docs(handler): add todo for automation
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") } |