Files
hugo/docs/content/en/functions/last.md
2021-10-31 13:53:55 +01:00

476 B

title, linktitle, description, date, publishdate, lastmod, keywords, categories, menu, toc, signature, workson, hugoversion, relatedfuncs, deprecated, draft, aliases
title linktitle description date publishdate lastmod keywords categories menu toc signature workson hugoversion relatedfuncs deprecated draft aliases
last last slices an array to only the last <em>N</em>th elements. 2017-02-01 2017-02-01 2017-02-01
functions
docs
parent
functions
last INDEX COLLECTION
lists
taxonomies
terms
groups
false false
{{ range last 10 .Pages }}
    {{ .Render "summary" }}
{{ end }}