mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Remove single.html references from homepage template
Closes rdwatters/hugo-docs-concept#117
This commit is contained in:
@@ -32,10 +32,8 @@ The [lookup order][lookup] for the homepage template is as follows:
|
||||
|
||||
1. `/layouts/index.html`
|
||||
2. `/layouts/_default/list.html`
|
||||
3. `/layouts/_default/single.html`
|
||||
4. `/themes/<THEME>/layouts/index.html`
|
||||
5. `/themes/<THEME>/layouts/_default/list.html`
|
||||
6. `/themes/<THEME>/layouts/_default/single.html`
|
||||
3. `/themes/<THEME>/layouts/index.html`
|
||||
4. `/themes/<THEME>/layouts/_default/list.html`
|
||||
|
||||
## Adding Content and Front Matter to the Homepage
|
||||
|
||||
@@ -82,4 +80,4 @@ The following is an example of a homepage template that uses [partial][partials]
|
||||
[lookup]: /templates/lookup-order/
|
||||
[pagevars]: /variables/page/
|
||||
[partials]: /templates/partials/
|
||||
[sitevars]: /variables/site/
|
||||
[sitevars]: /variables/site/
|
||||
|
||||
Reference in New Issue
Block a user