Removed github-pages warning about singular types now that gh-pages is running 2.3.0

This commit is contained in:
Bret Comnes 2014-09-13 12:03:25 -07:00
parent 12046270a6
commit 44506bf376
1 changed files with 0 additions and 10 deletions

View File

@ -312,16 +312,6 @@ defaults:
Now, this will only set the layout for files where the type is `posts`.
The different types that are available to you are `pages`, `posts`, `drafts` or any collection in your site. While `type` is optional, you must specify a value for `path` when creating a `scope/values` pair.
<div class="note warning">
<h5>GitHub Pages uses singular types</h5>
<p>
When specifying the <code>type</code> (see above), be sure to use the
<em>singular</em> form if you're deploying to GitHub Pages. Pages is
still running Jekyll 2.2.0, which uses the singular forms, so use either
<code>page</code> or <code>post</code> for <code>type</code>.
</p>
</div>
As mentioned earlier, you can set multiple scope/values pairs for `defaults`.
{% highlight yaml %}