We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d136cc + f4f1c49 commit d4c943dCopy full SHA for d4c943d
docs/variables.md
@@ -58,6 +58,8 @@ Variable | Format | Description
58
`page.file.permalink` | String | Relative path to the source file.
59
`page.collection` | String | The slug of the page's collection. `"posts"` for posts.
60
`page.data` | Object | User-defined data, see [frontmatter](/docs/front).
61
+`page.next` | Object | Page variables of the next page in the collection. Only available in posts
62
+`page.previous` | Object | Page variables of the previous page in the collection. Only available in posts
63
64
Additionally, in the context of your [page layout](/docs/layouts):
65
0 commit comments