From: Rachel Simone Weil Date: Sun, 16 Apr 2017 05:51:57 +0000 (-0500) Subject: docs: Fix .Data.Pages range in sample X-Git-Tag: v0.20.4~20 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b5e32eb6;p=brevno-suite%2Fhugo docs: Fix .Data.Pages range in sample --- diff --git a/docs/content/templates/list.md b/docs/content/templates/list.md index 0c877bd2..ed006c57 100644 --- a/docs/content/templates/list.md +++ b/docs/content/templates/list.md @@ -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 }}