From 54b63958069765c18782fec3e325658b2c9ca80f Mon Sep 17 00:00:00 2001 From: musoke Date: Fri, 15 Jan 2016 12:12:29 +1300 Subject: [PATCH] Correct typo in ### Precdence The Precedence section referred to the "last example" where it should have referred to the "second to last." --- site/_docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index a12b2e26..f4327d35 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -506,7 +506,7 @@ In this example the `layout` is set to `default` inside the [collection](../coll Jekyll will apply all of the configuration settings you specify in the `defaults` section of your `_config.yml` file. However, you can choose to override settings from other scope/values pair by specifying a more specific path for the scope. -You can see that in the last example above. First, we set the default layout to `my-site`. Then, using a more specific path, we set the default layout for files in the `projects/` path to `project`. This can be done with any value that you would set in the page or post front matter. +You can see that in the second to last example above. First, we set the default layout to `my-site`. Then, using a more specific path, we set the default layout for files in the `projects/` path to `project`. This can be done with any value that you would set in the page or post front matter. Finally, if you set defaults in the site configuration by adding a `defaults` section to your `_config.yml` file, you can override those settings in a post or page file. All you need to do is specify the settings in the post or page front matter. For example: