diff --git a/content/en/templates/homepage.md b/content/en/templates/homepage.md index 55af8f99b..b6ce87f8e 100644 --- a/content/en/templates/homepage.md +++ b/content/en/templates/homepage.md @@ -54,8 +54,7 @@ The following is an example of a homepage template that uses [partial][partials] {{.Content}}
- - {{ range first 10 .Pages }} + {{ range first 10 .Site.RegularPages }} {{ .Render "summary"}} {{ end }}