diff options
| author | Fuwn <[email protected]> | 2024-09-27 06:56:31 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-27 06:56:31 -0700 |
| commit | 825287a475c2f1107323348342ca9ef84ce77a8c (patch) | |
| tree | 5c59e15e6888c0b63ea4becb1c734126d7d682ab /src/modules | |
| parent | feat(i2p): more eepsites (diff) | |
| download | locus-825287a475c2f1107323348342ca9ef84ce77a8c.tar.xz locus-825287a475c2f1107323348342ca9ef84ce77a8c.zip | |
refactor(static): remove index2
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/static.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index 66e5b60..fd03d7b 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -44,7 +44,6 @@ pub fn module(router: &mut windmark::router::Router) { "pages", router, ("/", "This Gemini capsule's homepage", "index"), - ("/index2", "This Gemini capsule's homepage continued", "index2"), // ("/licensing", "The licensing terms of this Gemini capsule", // "licensing"), ("/readability", "The readability disclosure", "readability"), |