Typo fix in docs.

Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
This commit is contained in:
David Gay 2013-11-23 14:51:31 -05:00 committed by Noah Campbell
parent 32d9345bba
commit ba5dadff79

View file

@ -27,7 +27,7 @@ Create a directory with the name of the type in layouts.Type is always singular.
Create a file called single.html inside your directory. *Eg /layouts/post/single.html*. Create a file called single.html inside your directory. *Eg /layouts/post/single.html*.
**Step 3:** **Step 3:**
Create a file with the same name as your directory in /layouts/indexes/. *Eg /layouts/index/post.html*. Create a file with the same name as your directory in /layouts/indexes/. *Eg /layouts/indexes/post.html*.
**Step 4:** **Step 4:**
Many sites support rendering content in a few different ways, for Many sites support rendering content in a few different ways, for