Fix .Date.Pages typos across the board

This commit is contained in:
Ryan Watters
2017-04-18 12:20:00 -05:00
parent fcca2cad5d
commit f7fae4b156
+1 -1
View File
@@ -355,7 +355,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 }}
```