From 739872a5e291aab0797a3e667512b9b6c8a05031 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 18 Jun 2024 23:26:21 -0700 Subject: feat: shift around indexes --- src/modules/static.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules') 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", -- cgit v1.2.3