diff --git a/content/en/templates/homepage.md b/content/en/templates/homepage.md
index 6789bdfc8..48130c39b 100644
--- a/content/en/templates/homepage.md
+++ b/content/en/templates/homepage.md
@@ -58,7 +58,7 @@ The following is an example of a homepage template that uses [partial][partials]
{{.Content}}
-
+
{{ range first 10 .Pages }}
{{ .Render "summary"}}
{{ end }}
diff --git a/content/en/templates/template-debugging.md b/content/en/templates/template-debugging.md
index 442f0f7ad..bba84b9fe 100644
--- a/content/en/templates/template-debugging.md
+++ b/content/en/templates/template-debugging.md
@@ -58,7 +58,7 @@ When developing a [homepage][], what does one of the pages you're looping throug
```
{{% note "`.Pages` on the Homepage" %}}
-`.Pages` on the homepage is equivalent to `.Site.Pages`.
+`.Pages` on the homepage is equivalent to `.Site.RegularPages`.
{{% /note %}}
## Why Am I Showing No Defined Variables?