From 44506bf37626cc0d56ca21dc0d6aa1322f7c5214 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Sat, 13 Sep 2014 12:03:25 -0700 Subject: [PATCH] Removed github-pages warning about singular types now that gh-pages is running 2.3.0 --- site/_docs/configuration.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index 20581b9b..968aa6fd 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -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. -
-
GitHub Pages uses singular types
-

- When specifying the type (see above), be sure to use the - singular form if you're deploying to GitHub Pages. Pages is - still running Jekyll 2.2.0, which uses the singular forms, so use either - page or post for type. -

-
- As mentioned earlier, you can set multiple scope/values pairs for `defaults`. {% highlight yaml %}