mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-17 14:10:23 -04:00
480 B
480 B
title | linktitle | description | godocref | date | publishdate | lastmod | categories | tags | signature | workson | hugoversion | relatedfuncs | deprecated | aliases | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
first | first | Slices an array to only the first Nth elements. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
|
|
|
false |
first
slices an array to only the first _N_th elements.
{{ range first 10 .Data.Pages }}
{{ .Render "summary" }}
{{ end }}