1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00
Files
gohugoio-hugo/docs/content/en/functions/last.md
2018-07-18 11:05:58 +02:00

487 B

title, linktitle, description, godocref, date, publishdate, lastmod, keywords, categories, menu, toc, signature, workson, hugoversion, relatedfuncs, deprecated, draft, aliases
title linktitle description godocref 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 }}