diff --git a/docs/_docs/layouts.md b/docs/_docs/layouts.md index 31b10875..053da0e5 100644 --- a/docs/_docs/layouts.md +++ b/docs/_docs/layouts.md @@ -11,6 +11,20 @@ Layouts live in the `_layouts` directory. The convention is to have a base template called `default.html` and have other layouts [inherit](#inheritance) from this as needed. +
+ Jekyll looks for the _layouts
directory either at the root of
+ your site's source
or at the root of your theme.
+
+ While you can configure the directory name in which your layouts can reside by
+ setting the layouts_dir
key in your config file, the directory
+ itself should be located at the root of your site's source
directory.
+