From 0ab743204ac8c67ac0893d50a29a4c0589aeab69 Mon Sep 17 00:00:00 2001 From: IFcoltransG <47414286+IFcoltransG@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:31:49 +1200 Subject: [PATCH] Note the front matter requirement in pages.md (#9423) Merge pull request 9423 --- docs/_docs/pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/pages.md b/docs/_docs/pages.md index 369ab13a..7b217288 100644 --- a/docs/_docs/pages.md +++ b/docs/_docs/pages.md @@ -9,7 +9,7 @@ members or recipes). The simplest way of adding a page is to add an HTML file in the root directory with a suitable filename. You can also write a page in Markdown using -a `.md` extension which converts to HTML on build. For a site with +a `.md` extension and front matter which converts to HTML on build. For a site with a homepage, an about page, and a contact page, here’s what the root directory and associated URLs might look like: