From 5be6fef0b00d06a0c780397c4f4ac8db31b56456 Mon Sep 17 00:00:00 2001 From: Muhammad Muhajir Date: Sat, 23 Sep 2017 11:32:31 +0700 Subject: [PATCH] Fix typo, {{Content} should be {{.Content}} --- content/templates/homepage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }}