From eaf5027551c206699a39738d4ca4f7284c4653c8 Mon Sep 17 00:00:00 2001
From: Alexandre Meyer <alexandre.meyer@univ-lyon1.fr>
Date: Fri, 18 Nov 2022 16:39:21 +0100
Subject: [PATCH] ...web

---
 web/config.toml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/web/config.toml b/web/config.toml
index 4c00648..499e717 100644
--- a/web/config.toml
+++ b/web/config.toml
@@ -15,12 +15,12 @@ publishDir = "public"
   highlight = true
 
 [menu]
-    [[menu.main]]
-        identifier = "posts"
-        name = "posts"
-        title = "posts"
-        url = "/posts"
-        weight = 10
+    # [[menu.main]]
+    #     identifier = "posts"
+    #     name = "posts"
+    #     title = "posts"
+    #     url = "/posts"
+    #     weight = 10
 
   
 [permalinks]
-- 
GitLab