docs: Fix .Data.Pages range in sample

This commit is contained in:
Rachel Simone Weil 2017-04-16 00:51:57 -05:00 committed by digitalcraftsman
parent 66ec6305f6
commit b5e32eb609

View file

@ -255,7 +255,7 @@ The below example sorts a list of posts by their rating.
If the frontmatter field of interest is nested beneath another field, you can
also get it:
{{ range (.Date.Pages.ByParam "author.last_name") }}
{{ range (.Data.Pages.ByParam "author.last_name") }}
<!-- ... -->
{{ end }}