From 8fab783c2da20af628aa0c7e7ef8aa1e4d9b915c Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sun, 14 Dec 2008 15:06:12 -0800 Subject: [PATCH] clarify front matter docs --- README.textile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.textile b/README.textile index 9ac58e73..773ae39b 100644 --- a/README.textile +++ b/README.textile @@ -111,7 +111,7 @@ h3. Post h2. YAML Front Matter -Any files that contain a YAML front matter block will be processed by Jekyll as special files. The front matter takes the form of: +Any files that contain a YAML front matter block will be processed by Jekyll as special files. The front matter must be the first thing in the file and takes the form of: --- layout: post @@ -122,9 +122,9 @@ Between the triple-dashed lines, you can set predefined variables (see below for h3. Predefined Global Variables - layout - If set, this specifies the layout file to use. Use the layout name without - file extension. Layout files must be placed in the _layouts directory. + layout If set, this specifies the layout file to use. Use the layout file + name without file extension. Layout files must be placed in the + _layouts directory. h3. Predefined Post Variables