From 4b4052011c6760acc6f37d84a8c4f52a617556fd Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 15 Dec 2022 22:08:24 -0800 Subject: [PATCH] Explain use of h1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8733dee2..cf347fde 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,8 @@ The footer has the copyright notice, if any, and the theme link, if any. The page title and description can be Markdown. Markup is stripped for HTML and RSS titles. +The page title is displayed in an `h1` tag, so page content headers must start with `h2`. + The page date is the publish date, if any; otherwise, it's the creation date. Bootstrap 5.2.2 CSS and JavaScript and Bootstrap Icons 1.10.2 are loaded from the Bootstrap CDN for every page unless local Bootstrap assets are used instead.