From f8fabd790748925e8d27ad3408a147b7edd531f4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 3 Nov 2024 23:14:38 -0800 Subject: feat(index): add recent posts section --- src/modules/static.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/static.rs') 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"), -- cgit v1.2.3