From d25a31ac664ce0a9e80334c6650e2210acedac5e Mon Sep 17 00:00:00 2001 From: spf13 Date: Fri, 15 Nov 2013 21:45:52 -0500 Subject: [PATCH] =?UTF-8?q?Updating=20docs=20to=20include=20=E2=80=98first?= =?UTF-8?q?=E2=80=99=20functionality=20for=20the=20homepage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/layout/homepage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/layout/homepage.md b/content/layout/homepage.md index 3ab3112d1..74eb2192f 100644 --- a/content/layout/homepage.md +++ b/content/layout/homepage.md @@ -43,7 +43,7 @@ It makes use of [chrome templates](/layout/chrome)
- {{ range .Data.Pages }} + {{ range first 10 .Data.Pages }} {{ .Render "summary"}} {{ end }}