summaryrefslogtreecommitdiffstats
path: root/docs/content/templates/single-page-templates.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/templates/single-page-templates.md')
-rw-r--r--docs/content/templates/single-page-templates.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/templates/single-page-templates.md b/docs/content/templates/single-page-templates.md
index 20942e5d5..cb86b36aa 100644
--- a/docs/content/templates/single-page-templates.md
+++ b/docs/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/<TYPE>/<LAYOUT>.html`
-2. `/layouts/<SECTION>>/<LAYOUT>.html`
+2. `/layouts/<SECTION>/<LAYOUT>.html`
3. `/layouts/<TYPE>/single.html`
4. `/layouts/<SECTION>/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/