Note the front matter requirement in pages.md (#9423)

Merge pull request 9423
This commit is contained in:
IFcoltransG 2023-08-14 12:31:49 +12:00 committed by GitHub
parent 21847cf798
commit 0ab743204a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ members or recipes).
The simplest way of adding a page is to add an HTML file in the root 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 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, heres what the root directory a homepage, an about page, and a contact page, heres what the root directory
and associated URLs might look like: and associated URLs might look like: