diff options
| author | Fuwn <[email protected]> | 2024-11-03 23:14:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-03 23:14:38 -0800 |
| commit | f8fabd790748925e8d27ad3408a147b7edd531f4 (patch) | |
| tree | 81c4cec2fbf3c6bc58bde6695da845f43b976b46 /src/modules/static.rs | |
| parent | feat(blog): priority field (diff) | |
| download | locus-f8fabd790748925e8d27ad3408a147b7edd531f4.tar.xz locus-f8fabd790748925e8d27ad3408a147b7edd531f4.zip | |
feat(index): add recent posts section
Diffstat (limited to 'src/modules/static.rs')
| -rw-r--r-- | src/modules/static.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index fd03d7b..85e4840 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -43,7 +43,7 @@ pub fn module(router: &mut windmark::router::Router) { batch_mount!( "pages", router, - ("/", "This Gemini capsule's homepage", "index"), + // ("/", "This Gemini capsule's homepage", "index"), // ("/licensing", "The licensing terms of this Gemini capsule", // "licensing"), ("/readability", "The readability disclosure", "readability"), |