298 B
298 B
title | order |
---|---|
About frontmatter | 10 |
Frontmatter is a way to add metadata to markdown documents.
Frontmatter sits at the top of the file (it's matter that's at the front) and is surrounded by lines with three dashes on them:
---
title: This is frontmatter
---