hugo/docs/content/functions/first.md
2017-07-21 11:00:08 +02:00

484 B

title linktitle description godocref date publishdate lastmod categories menu signature workson hugoversion relatedfuncs deprecated aliases
first first Slices an array to only the first _N_ elements. 2017-02-01 2017-02-01 2017-02-01
functions
docs
parent
functions
first LIMIT COLLECTION
lists
taxonomies
terms
groups
after
last
false
{{ range first 10 .Data.Pages }}
    {{ .Render "summary" }}
{{ end }}