From e718bd8b0c00e425353734d86b6da7a0383d3cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Alvari=C3=B1o?= Date: Wed, 17 Jul 2024 00:41:23 +0200 Subject: [PATCH] dev: add 'parent' option to menu (as sample) --- config/_default/menus.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index c8f1d95..1af23a9 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -5,6 +5,7 @@ [[main]] identifier = "posts" + parent = "" # you can add extra information before the name (HTML format is supported), such as icons pre = "" # you can add extra information after the name (HTML format is supported), such as icons