mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-24 03:01:11 +00:00
docs: Document page fields
This commit is contained in:
parent
78e5bf51c6
commit
81f36593e8
|
@ -627,12 +627,20 @@ Page templates are provided with the following data:
|
||||||
: The title of the page
|
: The title of the page
|
||||||
| Date
|
| Date
|
||||||
: The date of the page
|
: The date of the page
|
||||||
|
| Weight
|
||||||
|
: The weight of the page
|
||||||
| Permalink
|
| Permalink
|
||||||
: The permanent link to this page
|
: The permanent link to this page
|
||||||
|
| FilePath
|
||||||
|
: The path of the page file relative to the content directory
|
||||||
| Content
|
| Content
|
||||||
: The contents of the page
|
: The contents of the page
|
||||||
| Params
|
| Params
|
||||||
: Extra parameters specified in frontmatter
|
: Extra parameters specified in frontmatter
|
||||||
|
| Prev
|
||||||
|
: The previous page in this directory
|
||||||
|
| Next
|
||||||
|
: The next page in this directory
|
||||||
|
|
||||||
## INDEX TEMPLATES
|
## INDEX TEMPLATES
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue