mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
4c220c4ac2
Fixes #3709
490 B
490 B
title | linktitle | description | godocref | date | publishdate | lastmod | 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 .Data.Pages }}
{{ .Render "summary" }}
{{ end }}