Skip to content

Commit

Permalink
Update frontmatter.md (#6371)
Browse files Browse the repository at this point in the history
Merge pull request 6371
  • Loading branch information
i-give-up authored and jekyllbot committed Sep 22, 2017
1 parent dc4acbc commit ab31983
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/_docs/frontmatter.md
Expand Up @@ -65,9 +65,23 @@ front matter of a page or post.

If set, this specifies the layout file to use. Use the layout file
name without the file extension. Layout files must be placed in the
<code>_layouts</code> directory.
<code>_layouts</code> directory.

</p>
<ul>
<li>
Using <code>null</code> will produce a file without using a layout
file. However this is overridden if the file is a post/document and has a
layout defined in the <a href="../configuration/#front-matter-defaults">
frontmatter defaults</a>.
</li>
<li>
Starting from version 3.5.0, using <code>none</code> in a post/document will
produce a file without using a layout file regardless of frontmatter defaults.
Using <code>none</code> in a page, however, will cause Jekyll to attempt to
use a layout named "none".
</li>
</ul>
</td>
</tr>
<tr>
Expand Down

0 comments on commit ab31983

Please sign in to comment.