Squashed 'docs/' changes from 32356e4e..5be6fef0
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 23 Sep 2017 08:08:55 +0000 (10:08 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 23 Sep 2017 08:08:55 +0000 (10:08 +0200)
5be6fef0 Fix typo, {{Content} should be {{.Content}}

git-subtree-dir: docs
git-subtree-split: 5be6fef0b00d06a0c780397c4f4ac8db31b56456

content/templates/homepage.md

index 657432dbd06bfbcad35dce7e25c09e0303c444e3..6c290763a9195a85a9df6b53866f8b1304bb654d 100644 (file)
@@ -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" }}