mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-09 11:21:23 +00:00
311 B
311 B
title | description | keywords | categories | menu | toc | signature | relatedfuncs | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
last | slices an array to only the last <em>N</em>th elements. |
|
|
|
{{ range last 10 .Pages }}
{{ .Render "summary" }}
{{ end }}