From b7067df00af76f2d7890bec361c0f2b1e9c24749 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 31 Jul 2010 17:28:05 +0200 Subject: [PATCH] Remove home page in menu --- configuration | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration b/configuration index 60573c56..5810d6c2 100644 --- a/configuration +++ b/configuration @@ -1,10 +1,9 @@ { "title": "Radicale CalDAV Server", "menu": [ - {"name": "Home", "link": "/home"}, {"name": "News", "link": "/news"}, {"name": "Documentation", "link": "/documentation"}, {"name": "Contribute", "link": "/contribute"}, {"name": "Download", "link": "/download"} ] -} \ No newline at end of file +}