Rephrase section menu to menu

master
Will Faught 3 years ago
parent 5066bc43fa
commit d1f4aaa1bd

@ -71,17 +71,17 @@ dot. If both are the same for the home page, the title is the page
title. title.
The HTML body can have a header, a body, and a footer. The header has The HTML body can have a header, a body, and a footer. The header has
the section menu, if any; the page title, if any; the page description, the menu, if any; the page title, if any; the page description, if any;
if any; and the page date, if any. The body has the page content, if and the page date, if any. The body has the page content, if any. The
any. The footer has the copyright notice, if any. footer has the copyright notice, if any.
A section menu item is highlighted if its path is a prefix of the path A menu item is highlighted if its path is a prefix of the path of the
of the current page. For example, the section menu item path `/foo/` current page. For example, the menu item path `/foo/` matches the pages
matches the pages `content/foo/_index.md`, `content/foo/bar.md`, and `content/foo/_index.md`, `content/foo/bar.md`, and
`content/foo/bar/_index.md`. The section menu item path `/` only matches `content/foo/bar/_index.md`. The menu item path `/` only matches the
the page `content/_index.md`. page `content/_index.md`.
The section menu uses the `main` identifier. The menu uses the `main` identifier.
To show full pages instead of just the page title and description in a To show full pages instead of just the page title and description in a
list page, set the list page parameter `paigeshowfullpages` to true. list page, set the list page parameter `paigeshowfullpages` to true.

Loading…
Cancel
Save