From: spf13 Date: Sat, 16 Nov 2013 02:45:52 +0000 (-0500) Subject: Updating docs to include ‘first’ functionality for the homepage X-Git-Tag: v0.9~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=445b7d23fb342298f60825f17f470528fe955c3b;p=brevno-suite%2Fhugo Updating docs to include ‘first’ functionality for the homepage --- diff --git a/docs/content/layout/homepage.md b/docs/content/layout/homepage.md index 3ab3112d..74eb2192 100644 --- a/docs/content/layout/homepage.md +++ b/docs/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 }}