mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-29 01:32:37 +00:00
Removes an extra bracket (>) in single-page-templates.md
This commit is contained in:
committed by
digitalcraftsman
parent
0938e423b7
commit
4e14071e7b
@@ -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/
|
||||
[`with`]: /functions/with/
|
||||
|
||||
Reference in New Issue
Block a user