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