Made requested updates on this topic

Made minor grammar updates
This commit is contained in:
Tom Johnson 2016-12-26 19:48:38 -08:00 committed by GitHub
parent f5eb869e58
commit 6c5f6ce164
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ permalink: /docs/collections/
Not everything is a post or a page. Maybe you want to document the various Not everything is a post or a page. Maybe you want to document the various
methods in your open source project, members of a team, or talks at a methods in your open source project, members of a team, or talks at a
conference. Collections allow you to define a new type of document that behave conference. Collections allow you to define a new type of document that behave
like Pages or Posts do normally but which also have their own unique properties and like Pages or Posts do normally, but also have their own unique properties and
namespace. namespace.
## Using Collections ## Using Collections
@ -51,7 +51,7 @@ defaults:
Create a corresponding folder (for example, `<source>/_my_collection`) and add Create a corresponding folder (for example, `<source>/_my_collection`) and add
documents. YAML Front Matter is read in as data if it exists, and everything documents. YAML Front Matter is read in as data if it exists, and everything
after it is available in the document's `content` attribute. If no YAML Front after it is accessible via the document's `content` attribute. If no YAML Front
Matter is provided, Jekyll will not generate the file in your collection. Matter is provided, Jekyll will not generate the file in your collection.
<div class="note info"> <div class="note info">