summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-09-23 10:08:55 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-09-23 10:08:55 +0200
commitf8fd5796bb266352e61d897430c7659ce5d6565c (patch)
treecc8ba3c01080d97a73487a2c05de75e2762fe72f /docs
parent173b544982df489e934d65117c046ffa147ab36e (diff)
parent7a89dce53bfbd67a17442a8f9be8fa895fc4f9b1 (diff)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/templates/homepage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/templates/homepage.md b/docs/content/templates/homepage.md
index 657432dbd..6c290763a 100644
--- a/docs/content/templates/homepage.md
+++ b/docs/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" }}