diff options
| author | Fuwn <[email protected]> | 2022-06-15 02:33:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-15 02:33:02 -0700 |
| commit | 500ebe9ce62ab4e2c18c520b905d194cf411b8d8 (patch) | |
| tree | 6888fbf94c886ad4710ec758ccbd5e8f8263f2a2 /src/modules/static.rs | |
| parent | fix(skills): remove unused unused (diff) | |
| download | locus-500ebe9ce62ab4e2c18c520b905d194cf411b8d8.tar.xz locus-500ebe9ce62ab4e2c18c520b905d194cf411b8d8.zip | |
feat(contact): move contact to json
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", |