From 40f424cf751eca0c6954540d961cebae099664f1 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 13 Dec 2022 22:43:20 -0800 Subject: [PATCH] Specify the section menu ID --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 650a83f3..5a36f4ef 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ matches the pages `content/foo/_index.md`, `content/foo/bar.md`, and `content/foo/bar/_index.md`. The section menu item path `/` only matches the page `content/_index.md`. +The section menu uses the `main` identifier. + The page date is the publish date, if any; otherwise, it's the creation date. To change the date format displayed, set the site parameter `paigedateformat` to a Hugo date format.