From 75b15dbe8abe982b1aa559dbc55509b0bee6c885 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 20 Dec 2022 15:26:43 -0800 Subject: [PATCH] Update files included by paige-article.html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63e2d44f..5dc1cea1 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ Most code is in partial templates that are included by the default layouts. Elements can easily be added or changed by overriding the corresponding layout or partial template. For example, the default layouts `home.html`, `list.html`, `single.html`, `taxonomy.html`, and `term.html` include `paige-article.html`, -which includes `paige-title.html`, `paige-description.html`, `paige-date.html`, and `paige-content.html`. +which includes `paige-title.html`, `paige-description.html`, `paige-metadata.html`, `paige-toc.html`, and `paige-content.html`. To change the page title for those default layouts, change `paige-title.html`. To change the page title for `single.html`, replace the use of `paige-article.html` in `single.html` with the use of `paige-title.html`, `paige-description.html`, `paige-date.html`, and `paige-content.html`,