From e225d72ea81b6a9675d129bffdc51ca2d19f2ef8 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 19 Feb 2025 00:18:28 -0800 Subject: [PATCH] Fix doc wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bad7fc1f..cd0d4331 100644 --- a/README.md +++ b/README.md @@ -168,13 +168,13 @@ See Hugo's [installation](https://gohugo.io/installation/), [getting started](ht By default, everything is enabled, which is likely not what you want. See the [minimal look](#minimal-look) section for ideas of what to disable. -By default, page body spans its entire container, which spans most of the window. +By default, the page body spans its entire container, which spans most of the window. See the [narrow look](#narrow-look) and [narrow-and-wide look](#narrow-and-wide-look) sections for ideas of how to customize the presentation. The breadcrumb, collection, and section links are sufficient to browse any site, so you can safely disable the menu. -However, in sites with only a handful of sections and no nested sections, +However, for sites with only a handful of pages at the root level, the menu alone can be sufficient for all navigation. See the [menu navigation only](#menu-navigation-only) section for how to do that.