From c9f6ab811e209253174ec5bc4706765689e8453c Mon Sep 17 00:00:00 2001 From: Zee <86711383+SeaZeeZee@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:16:00 +0200 Subject: [PATCH] Update en.md --- markdown/dev/howtos/editors/frontmatter/about/en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/dev/howtos/editors/frontmatter/about/en.md b/markdown/dev/howtos/editors/frontmatter/about/en.md index 46e072d2725..7e2ead47b92 100644 --- a/markdown/dev/howtos/editors/frontmatter/about/en.md +++ b/markdown/dev/howtos/editors/frontmatter/about/en.md @@ -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 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 ---