|
|
|
@ -809,8 +809,7 @@ It has the parameters of the `paige/figure` shortcode.
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
For example, the layouts
|
|
|
|
|
`home.html`, `list.html`, `single.html`, `taxonomy.html`, and `term.html`
|
|
|
|
|
For example, the layouts `list.html`, `single.html`, `taxonomy.html`, and `term.html`
|
|
|
|
|
include the partial `paige/article.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`.
|
|
|
|
|