1
0
Fork 0

Update en.md

This commit is contained in:
Zee 2023-04-27 19:16:00 +02:00 committed by GitHub
parent 780ca90ee3
commit c9f6ab811e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,9 @@ 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 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. It contains several keys with a value. surrounded by lines with three dashes on them. It contains several keys with a value.
The ``title:`` key is required on every page, it holds the title of the page. The `title` key is required on every page, it holds the title of the page.
The ``order:`` key is not required and can be used to sort pages in a certain order, if there is no order key then the pages will be sorted alphabetically. The `order` key is not required and can be used to sort pages in a certain order, if there is no order key then the pages will be sorted alphabetically.
```md ```md
--- ---