2017-03-27 16:32:31 -05:00

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
functions
last INDEX COLLECTION
lists
taxonomies
terms
groups
false false

last slices an array to only the last Nth elements.

{{ range last 10 .Data.Pages }}
    {{ .Render "summary" }}
{{ end }}