Skip to content

Commit

Permalink
deploy: d4c943d
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 5, 2024
1 parent 84c78b6 commit 589f19b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/variables/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ <h3>Page Variables</h3>
<tr><td><code>page.file.permalink</code></td><td>String</td><td>Relative path to the source file.</td></tr>
<tr><td><code>page.collection</code></td><td>String</td><td>The slug of the page's collection. <code>&quot;posts&quot;</code> for posts.</td></tr>
<tr><td><code>page.data</code></td><td>Object</td><td>User-defined data, see <a href="/docs/front">frontmatter</a>.</td></tr>
<tr><td><code>page.next</code></td><td>Object</td><td>Page variables of the next page in the collection. Only available in posts</td></tr>
<tr><td><code>page.previous</code></td><td>Object</td><td>Page variables of the previous page in the collection. Only available in posts</td></tr>
</tbody></table>
<p>Additionally, in the context of your <a href="/docs/layouts">page layout</a>:</p>
<table><thead><tr><th>Variable</th><th>Format</th><th>Description</th></tr></thead><tbody>
Expand Down

0 comments on commit 589f19b

Please sign in to comment.