From 87f986bbad8a262d666b4726461d9461ec39f59c Mon Sep 17 00:00:00 2001 From: Tomo Wang Date: Fri, 2 Aug 2024 09:12:41 +0800 Subject: [PATCH] fix: fix doc for menu weight param. close #51 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 538ed27..29b7b75 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,13 @@ theme = "tailwind" identifier = "post" name = "Post" pageRef = "/posts" - weight = 0 + weight = 10 [[menu.main]] identifier = "about" name = "About" pageRef = "/about" - weight = 10 + weight = 20 [taxonomies] category = "categories"