From ca9697630596aa2ec066dd06ee72c81ae9079d82 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 5 Jun 2024 08:42:09 -0700 Subject: [PATCH] Update Sections.md Closes #2610 --- content/en/methods/page/Sections.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/methods/page/Sections.md b/content/en/methods/page/Sections.md index d64440038..4cce1a4fb 100644 --- a/content/en/methods/page/Sections.md +++ b/content/en/methods/page/Sections.md @@ -35,11 +35,11 @@ content/ │ ├── bidding.md │ └── payment.md ├── books/ -│ ├── _index.md <-- front matter: weight = 10 +│ ├── _index.md <-- front matter: weight = 20 │ ├── book-1.md │ └── book-2.md ├── films/ -│ ├── _index.md <-- front matter: weight = 20 +│ ├── _index.md <-- front matter: weight = 10 │ ├── film-1.md │ └── film-2.md └── _index.md