From cdfd0c7d320ab3d8e83c1ed760196665a8f661c1 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 23 Jan 2023 21:33:08 -0800 Subject: [PATCH] Add page authors to body header description --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87d71149..394699d9 100644 --- a/README.md +++ b/README.md @@ -800,9 +800,13 @@ If one is missing, the other is used without the middle dot. For the home page, the title is the page title, if any, or the site title otherwise. The HTML body can have a header, a body, and a footer. -The header has the menu, if any; the page title, if any; the page description, if any; and the page date, if any. +The header has the menu, if any; +the page title, if any; +the page description, if any; +the page authors, if any; +and the page date, if any. The body has the page content, if any. -The footer has the copyright notice, if any, and the theme link, if any. +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.