From 500ebe9ce62ab4e2c18c520b905d194cf411b8d8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 15 Jun 2022 02:33:02 -0700 Subject: feat(contact): move contact to json --- src/modules/static.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules/static.rs') 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", -- cgit v1.2.3