Used leading slash more consistently
authorMichael Käufl <gohugo@c.michael-kaeufl.de>
Mon, 28 Sep 2015 21:14:24 +0000 (23:14 +0200)
committerspf13 <steve.francia@gmail.com>
Wed, 30 Sep 2015 20:33:11 +0000 (16:33 -0400)
docs/content/content/types.md

index 4317e604a5f927a5fff322cc3402b67debc494dd..5ff2decbcf0cec3d8e4c29ae354e1237e2e8d0d0 100644 (file)
@@ -54,7 +54,7 @@ whenever a specific file is not present.
 *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 @@ a single page view and a summary view to be used when displaying a list
 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