From bb4d67345dbd6b7c9264165d1de45669a87d8b1a Mon Sep 17 00:00:00 2001 From: spf13 Date: Sat, 30 Aug 2014 00:20:53 -0400 Subject: [PATCH] Added more examples and cleaned up the GroupBy functionality documentation --- content/templates/list.md | 53 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/content/templates/list.md b/content/templates/list.md index 41fa8675d..5b4026bfa 100644 --- a/content/templates/list.md +++ b/content/templates/list.md @@ -226,10 +226,10 @@ your list templates: ### Grouping by Page field - {{ range .Data.Pages.GroupBy "Section" "asc" }} + {{ range .Data.Pages.GroupBy "Section" }}

{{ .Key }}