mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-29 17:52:38 +00:00
Squashed 'docs/' changes from 32356e4e..5be6fef0
5be6fef0Fix typo, {{Content} should be {{.Content}} git-subtree-dir: docs git-subtree-split:5be6fef0b0
This commit is contained in:
@@ -47,7 +47,7 @@ In addition to the standard [page variables][pagevars], the homepage template ha
|
||||
|
||||
## 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].
|
||||
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].
|
||||
|
||||
{{< code file="layouts/index.html" download="index.html" >}}
|
||||
{{ define "main" }}
|
||||
|
||||
Reference in New Issue
Block a user