ref: b5e32eb60993b4656918af2c959ae217a68c461e
parent: 66ec6305f6cb450ddf9c489854146bac02f7dca1
author: Rachel Simone Weil <[email protected]>
date: Sat Apr 15 20:51:57 EDT 2017
docs: Fix .Data.Pages range in sample
--- a/docs/content/templates/list.md
+++ b/docs/content/templates/list.md
@@ -255,7 +255,7 @@
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 }}