Remove mention of home.html default layout

This commit is contained in:
Will Faught
2023-02-23 18:23:35 -08:00
parent 16b774c426
commit 757ec08640

View File

@@ -809,8 +809,7 @@ It has the parameters of the `paige/figure` shortcode.
Most code is in partials that are included by the layouts. Most code is in partials that are included by the layouts.
Elements can be added, changed, or removed easily by overriding the corresponding layout or partial. Elements can be added, changed, or removed easily by overriding the corresponding layout or partial.
For example, the layouts For example, the layouts `list.html`, `single.html`, `taxonomy.html`, and `term.html`
`home.html`, `list.html`, `single.html`, `taxonomy.html`, and `term.html`
include the partial `paige/article.html`. include the partial `paige/article.html`.
`paige/article.html` includes the partials `paige/metadata.html`, `paige/toc.html`, and `paige/content.html`. `paige/article.html` includes the partials `paige/metadata.html`, `paige/toc.html`, and `paige/content.html`.
To change the page title for those layouts, change `paige/metadata.html`. To change the page title for those layouts, change `paige/metadata.html`.