We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bd031 commit d49cad9Copy full SHA for d49cad9
docs/variables.md
@@ -53,6 +53,7 @@ Variable | Format | Description
53
`page.slug` | String | The identifier of the page, see [frontmatter](/docs/front).
54
`page.description` | String | The description of the page, see [frontmatter](/docs/front).
55
`page.categories` | List of Strings | Hierarchical categories this page lives under, see [frontmatter](/docs/front).
56
+`page.tags` | List of Strings | Each tag applied to this page, see [frontmatter](/docs/front).
57
`page.published_date` | `YYYY-MM-DD HH:MM:SS TZ` | The date the page was initially published, see [frontmatter](/docs/front).
58
`page.is_draft` | Boolean | See [frontmatter](/docs/front).
59
`page.file.permalink` | String | Relative path to the source file.
0 commit comments