Fix .Date.Pages typos across the board

This commit is contained in:
Ryan Watters
2017-04-18 12:20:16 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ also get it:
{{% code file="layouts/partials/by-nested-param.html" %}}
```html
{{ range (.Date.Pages.ByParam "author.last_name") }}
{{ range (.Data.Pages.ByParam "author.last_name") }}
<!-- ... -->
{{ end }}
```
+1 -1
View File
@@ -57,7 +57,7 @@ When developing a [homepage][], what does one of the pages you're looping throug
{{ end }}
```
{{% note "`.Date.Pages` on the Homepage" %}}
{{% note "`.Data.Pages` on the Homepage" %}}
`.Data.Pages` on the homepage is equivalent to `.Site.Pages`.
{{% /note %}}