mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
476 B
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 |
|
|
|
|
false | false |
{{ range last 10 .Pages }}
{{ .Render "summary" }}
{{ end }}