mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
484 B
484 B
title, linktitle, description, godocref, date, publishdate, lastmod, categories, menu, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
| 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 |
|
|
|
|
|
false |
{{ range first 10 .Data.Pages }}
{{ .Render "summary" }}
{{ end }}