Skip to content

Commit d49cad9

Browse files
committed
docs(page): Add tags variable
This was called out as missing in cobalt-org/cobalt.rs#1237
1 parent 83bd031 commit d49cad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Variable | Format | Description
5353
`page.slug` | String | The identifier of the page, see [frontmatter](/docs/front).
5454
`page.description` | String | The description of the page, see [frontmatter](/docs/front).
5555
`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).
5657
`page.published_date` | `YYYY-MM-DD HH:MM:SS TZ` | The date the page was initially published, see [frontmatter](/docs/front).
5758
`page.is_draft` | Boolean | See [frontmatter](/docs/front).
5859
`page.file.permalink` | String | Relative path to the source file.

0 commit comments

Comments
 (0)