mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-09 21:21:49 +00:00
468 B
468 B
title | linkTitle | description | categories | keywords | menu | function | relatedFunctions | aliases | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
collections.Last | last | Slices an array to the last N elements. |
|
|
|
|
|
{{ range last 10 .Pages }}
{{ .Render "summary" }}
{{ end }}