aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-18 23:26:21 -0700
committerFuwn <[email protected]>2024-06-18 23:26:21 -0700
commit739872a5e291aab0797a3e667512b9b6c8a05031 (patch)
treefb6b661ad9ce5d1644c98661fb7dd9856a231b7a /src
parentbuild(docker): raw muslrust (diff)
downloadlocus-739872a5e291aab0797a3e667512b9b6c8a05031.tar.xz
locus-739872a5e291aab0797a3e667512b9b6c8a05031.zip
feat: shift around indexes
Diffstat (limited to 'src')
-rw-r--r--src/modules/static.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs
index 697e215..af55173 100644
--- a/src/modules/static.rs
+++ b/src/modules/static.rs
@@ -44,6 +44,7 @@ pub fn module(router: &mut windmark::router::Router) {
"pages",
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",