Skip to content

Commit b9a0ffd

Browse files
Add a line about metadata being optional
1 parent 855cc2e commit b9a0ffd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/guide/a-sample-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You don’t have to use this template, but it may be helpful.
1212

1313
To use it, create a new subfolder for your post, add an `index.md` file in the subfolder and copy in template below.
1414

15-
For any metadata not needed, you can delete those lines.
15+
All metadata is optional except for the title and date. Delete any lines you do not need.
1616

1717
```markdown
1818
---
@@ -25,7 +25,7 @@ tags:
2525
- to help group
2626
- related posts
2727
author:
28-
- Your Name (optional)
28+
- Your Name
2929
- Another Name
3030
opengraphImage:
3131
src: /your-service/2025/12/post-title/image-name.png

0 commit comments

Comments
 (0)