hugo/docs/content/functions/first.md
2017-09-21 19:05:40 +02:00

487 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 .Data.Pages }}
    {{ .Render "summary" }}
{{ end }}