hugo/docs/content/en/functions/first.md
2018-07-18 11:05:58 +02:00

481 B

title linktitle description godocref date publishdate lastmod categories menu keywords 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
iteration
first LIMIT COLLECTION
lists
taxonomies
terms
groups
after
last
false
{{ range first 10 .Pages }}
    {{ .Render "summary" }}
{{ end }}