Update homepage.md
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 18 Nov 2019 08:17:49 +0000 (09:17 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2019 08:17:49 +0000 (09:17 +0100)
Fixes https://github.com/gohugoio/hugo/issues/6510

docs/content/en/templates/homepage.md

index 48130c39b524ec585e9b6ec71218be3b85b5127b..55af8f99b5307c6c84db48d7a1575bef3dabce10 100644 (file)
@@ -36,10 +36,6 @@ The homepage, similar to other [list pages in Hugo][lists], accepts content and
 
 See the homepage template below or [Content Organization][contentorg] for more information on the role of `_index.md` in adding content and front matter to list pages.
 
-## `.Pages` on the Homepage
-
-In addition to the standard [page variables][pagevars], the homepage template has access to *all* site content via `.Pages`.
-
 ## Example Homepage Template
 
 The following is an example of a homepage template that uses [partial][partials], [base][] templates, and a content file at `content/_index.md` to populate the `{{.Title}}` and `{{.Content}}` [page variables][pagevars].