Tags
A front matter (opens in a new tab) attribute allows us to define tags per file.
Example
Usage
You can use any valid front matter format for the tags attribute, but please follow these conventions for consistency:
multiple-tags.md
---
tags: ["tag-1", "tag-2"]
---
# My new article
This is an example article with tags.