shithub: hugo

Download patch

ref: 7fd42af3b16116db9b22affd7f3e8b33a2433ecd
parent: d06ebc98e14b7148e98dfd68aff321bc23c91cd4
author: Michael Käufl <[email protected]>
date: Mon Sep 28 19:14:24 EDT 2015

Used leading slash more consistently

--- a/docs/content/content/types.md
+++ b/docs/content/content/types.md
@@ -54,7 +54,7 @@
 *Remember, all of the following are optional:*
 
 ### Create Type Directory
-Create a directory with the name of the type in `layouts`. Type is always singular.  *E.g. `/layouts/post`*.
+Create a directory with the name of the type in `/layouts`. Type is always singular.  *E.g. `/layouts/post`*.
 
 ### Create single template
 Create a file called `single.html` inside your directory. *E.g. `/layouts/post/single.html`*.
@@ -68,7 +68,7 @@
 of contents on a single page. Hugo makes no assumptions here about how you want
 to display your content, and will support as many different views of a content
 type as your site requires. All that is required for these additional views is
-that a template exists in each `layouts/TYPE` directory with the same name.
+that a template exists in each `/layouts/TYPE` directory with the same name.
 
 ### Create a corresponding archetype