From b527bbf48ee5416a198cb1e460db852119de5adc Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 1 Mar 2020 07:16:16 +1000 Subject: [PATCH] add link to front matter docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2bcd2..d4e92c2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ time: 240 The recipe's file name isn't important, but it's good practice to make it something obvious, like `chocolate_cake.md` and not `strawberry_pie.md`. -The recipe files are standard YAML. Every recipe **must** begin and end with three dashes to ensure that Jekyll processes it. +The recipe files are standard YAML. Every recipe **must** begin and end with three dashes [to ensure that Jekyll processes it](https://jekyllrb.com/docs/front-matter/). Good: ```yaml