diff options
Diffstat (limited to 'src/modules/static.rs')
| -rw-r--r-- | src/modules/static.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index ca2f9d8..eae9fe0 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -29,7 +29,6 @@ pub fn module(router: &mut windmark::Router) { "pages", router, ("/", "This Gemini capsule's homepage", "index"), - ("/contact", "Many ways to contact Fuwn", "contact"), ("/donate", "Many ways to donate to Fuwn", "donate"), ( "/gemini", @@ -42,7 +41,6 @@ pub fn module(router: &mut windmark::Router) { "gopher" ), ("/interests", "A few interests of Fuwn", "interests"), - // ("/skills", "A few skills of Fuwn", "skills"), ( "/licensing", "The licensing terms of this Gemini capsule", |