diff options
| author | Fuwn <[email protected]> | 2024-07-27 04:55:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-27 04:55:37 -0700 |
| commit | 04d28f6fa9db39745c0b66d0bc6b8bd1fe972762 (patch) | |
| tree | 2e0dbbe1d2a39f38febd5b86413699524ac0fba1 /src/modules | |
| parent | feat(manga): add content markers (diff) | |
| download | locus-04d28f6fa9db39745c0b66d0bc6b8bd1fe972762.tar.xz locus-04d28f6fa9db39745c0b66d0bc6b8bd1fe972762.zip | |
refactor: move some articles to technology blog
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/static.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index 86ea9f4..66e5b60 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -45,12 +45,9 @@ pub fn module(router: &mut windmark::router::Router) { router, ("/", "This Gemini capsule's homepage", "index"), ("/index2", "This Gemini capsule's homepage continued", "index2"), - ("/gemini", "Information and resources for the Gemini protocol", "gemini"), - ("/gopher", "Information and resources for the Gopher protocol", "gopher"), // ("/licensing", "The licensing terms of this Gemini capsule", // "licensing"), ("/readability", "The readability disclosure", "readability"), - ("/tor", "Information and resources for The Tor Project", "tor"), // ( // "/stocks/telegram", // "Stock Market Related Telegram Groups", |