From f7f5de72721c4db7ace5b307a6cc8b3ac0c24cf3 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 23 Feb 2023 18:32:46 -0800 Subject: [PATCH] Update the design section --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f8d8e42f..a5e8e3a7 100644 --- a/README.md +++ b/README.md @@ -893,12 +893,14 @@ The HTML title is the page title, followed by a middle dot, followed by the site If one is missing, the other is used without the middle dot. For the home page, the title is the page title, or the site title otherwise. -The HTML body can have a header, a body, and a footer. -The header has the menu, the page title, the page description, the page authors, and the page date. -The body has the page content. +The HTML body has a header, a body, and a footer. +The header has the menu. +The body has the page article. The footer has the copyright notice and the theme link. +The article has the page metadata, table of contents, and content. +The metadata has the page title, description, terms, authors, date, and reading time. -The page title and description can be Markdown. Markup is stripped for HTML and RSS titles. +The copyright notice, 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`.