Update homepage.md - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 14a985f8abc527d4e8487fcd5fa742e1ab2a00ed
(DIR) parent 0cf85c071aba57de8c6567fba166ed8332d01bac
(HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Mon, 18 Nov 2019 09:17:49 +0100
Update homepage.md
Fixes https://github.com/gohugoio/hugo/issues/6510
Diffstat:
M docs/content/en/templates/homepage… | 4 ----
1 file changed, 0 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/docs/content/en/templates/homepage.md b/docs/content/en/templates/homepage.md
@@ -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].