Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-09-23 11:08:55 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-09-23 11:08:55 +0300
commit7a89dce53bfbd67a17442a8f9be8fa895fc4f9b1 (patch)
tree55dab23a4800437624354615bb3c1d139c6977ae
parentba45da9d03056447e4873de13d4e0f8d658a769b (diff)
Squashed 'docs/' changes from 32356e4e..5be6fef0
5be6fef0 Fix typo, {{Content} should be {{.Content}} git-subtree-dir: docs git-subtree-split: 5be6fef0b00d06a0c780397c4f4ac8db31b56456
-rw-r--r--content/templates/homepage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/templates/homepage.md b/content/templates/homepage.md
index 657432dbd..6c290763a 100644
--- a/content/templates/homepage.md
+++ b/content/templates/homepage.md
@@ -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" }}