docs: Fix .Data.Pages range in sample
authorRachel Simone Weil <partytimehexcellent@gmail.com>
Sun, 16 Apr 2017 05:51:57 +0000 (00:51 -0500)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Sun, 16 Apr 2017 11:22:24 +0000 (13:22 +0200)
docs/content/templates/list.md

index 0c877bd2bde0603cc64da3119bf410fb3c56db51..ed006c57674374c5a8b1f17854c9c31524c7a1ae 100644 (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 }}