From aa07892170fe03e0f7b0c61e331cfa164aa334c1 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 1 Dec 2022 16:54:27 -0800 Subject: [PATCH] Reword the menu paragraph --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76cbb0d4..e5bb74a3 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,11 @@ the section menus, if any; the page title, if any; the page description, if any; and the page date, if any. The body has the page content, if any. The footer has the site copyright notice, if any. -The section menus are activated if their path matches the current page. -Pages in the directory `content/` match the section path `/`. Pages in -the directory `content/foo/` match the section path `/foo/`. +A section menu is highlighted if its path is a prefix of the path of the +current page. For example, the section menu path `/foo/` matches the +pages `content/foo/_index.md`, `content/foo/bar.md`, and +`content/foo/bar/_index.md`. The section menu path `/` only matches the +page `content/_index.md`. The page date is the publish date, if any; otherwise, it's the creation date.