diff options
| author | Fuwn <[email protected]> | 2021-07-26 17:19:29 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-26 17:19:29 +0000 |
| commit | 5679f12cab072bea3358ba9e04b2046d445d365c (patch) | |
| tree | 6c1e9170e9a001c71aacbe677f9220fe947fde49 /handler.go | |
| parent | feat(contact): add donation information (diff) | |
| download | space-5679f12cab072bea3358ba9e04b2046d445d365c.tar.xz space-5679f12cab072bea3358ba9e04b2046d445d365c.zip | |
refactor(donate): move donation information to seperate route
Diffstat (limited to 'handler.go')
| -rw-r--r-- | handler.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ func routes() { createRoute("/contact", "default.gmi", "pages/contact.gmi") createRoute("/gemini", "default.gmi", "pages/gemini.gmi") createRoute("/gopher", "default.gmi", "pages/gopher.gmi") + createRoute("/donate", "default.gmi", "pages/donate.gmi") // TODO: Iterate over content/pages/blog directory to automate blog routing createBlogRoute("/programming_languages", "pages/blog/programming_languages", "Programming Languages", false, noDateNoShow) |