|
|
@ -757,14 +757,14 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
|
|
### Override
|
|
|
|
### Override
|
|
|
|
|
|
|
|
|
|
|
|
Most code is in partial templates that are included by the default layouts.
|
|
|
|
Most code is in partial templates that are included by the layouts.
|
|
|
|
Elements can be added, changed, or removed easily by overriding the corresponding default layout or partial template.
|
|
|
|
Elements can be added, changed, or removed easily by overriding the corresponding layout or partial template.
|
|
|
|
|
|
|
|
|
|
|
|
For example, the default layouts
|
|
|
|
For example, the layouts
|
|
|
|
`home.html`, `list.html`, `single.html`, `taxonomy.html`, and `term.html`
|
|
|
|
`home.html`, `list.html`, `single.html`, `taxonomy.html`, and `term.html`
|
|
|
|
include the partial template `paige/article.html`.
|
|
|
|
include the partial template `paige/article.html`.
|
|
|
|
`paige/article.html` includes the partial templates `paige/metadata.html`, `paige/toc.html`, and `paige/content.html`.
|
|
|
|
`paige/article.html` includes the partial templates `paige/metadata.html`, `paige/toc.html`, and `paige/content.html`.
|
|
|
|
To change the page title for those default layouts, change `paige/metadata.html`.
|
|
|
|
To change the page title for those layouts, change `paige/metadata.html`.
|
|
|
|
To change the page title for `single.html`,
|
|
|
|
To change the page title for `single.html`,
|
|
|
|
replace the use of `paige/article.html` in `single.html` with the use of
|
|
|
|
replace the use of `paige/article.html` in `single.html` with the use of
|
|
|
|
`paige/metadata.html`, `paige/toc.html`, and `paige/content.html`,
|
|
|
|
`paige/metadata.html`, `paige/toc.html`, and `paige/content.html`,
|
|
|
@ -830,7 +830,7 @@ These optional CSS classes can be defined how you want:
|
|
|
|
<dt><code>.paige-toc</code></dt>
|
|
|
|
<dt><code>.paige-toc</code></dt>
|
|
|
|
<dd>The page table of contents, if any.</dd>
|
|
|
|
<dd>The page table of contents, if any.</dd>
|
|
|
|
<dt><code>.paige-unpublished</code></dt>
|
|
|
|
<dt><code>.paige-unpublished</code></dt>
|
|
|
|
<dd>Applied to the title of unpublished (draft, expired, future) pages in the list and term default layouts.</dd>
|
|
|
|
<dd>Applied to the title of unpublished (draft, expired, future) pages in the list and term layouts.</dd>
|
|
|
|
</dl>
|
|
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
## Design
|
|
|
|
## Design
|
|
|
|