diff --git a/content/templates/single-page-templates.md b/content/templates/single-page-templates.md index 20942e5d5..cb86b36aa 100644 --- a/content/templates/single-page-templates.md +++ b/content/templates/single-page-templates.md @@ -25,7 +25,7 @@ You can specify a [content's `type`][content type] and `layout` in a single cont Hugo assumes your content section and content type are the same unless you tell Hugo otherwise by providing a `type` directly in the front matter of a content file. This is why #1 and #3 come before #2 and #4, respectively, in the following lookup order. Values in angle brackets (`<>`) are variable. 1. `/layouts//.html` -2. `/layouts/
>/.html` +2. `/layouts/
/.html` 3. `/layouts//single.html` 4. `/layouts/
/single.html` 5. `/layouts/_default/single.html` @@ -102,4 +102,4 @@ To easily generate new instances of a content type (e.g., new `.md` files in a s [section]: /content-management/sections/ [site variables]: /variables/site/ [spf13]: http://spf13.com/ -[`with`]: /functions/with/ \ No newline at end of file +[`with`]: /functions/with/