diff --git a/content/templates/homepage.md b/content/templates/homepage.md index c5be543d9..0ce9ee61a 100644 --- a/content/templates/homepage.md +++ b/content/templates/homepage.md @@ -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//layouts/index.html` -5. `/themes//layouts/_default/list.html` -6. `/themes//layouts/_default/single.html` +3. `/themes//layouts/index.html` +4. `/themes//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/ \ No newline at end of file +[sitevars]: /variables/site/