mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
b9bd35d72e
git-subtree-dir: docs git-subtree-split: fdea5430f89dfd849d39212abdf5ace0a4763e5a
487 B
487 B
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 |
|
|
|
|
false | false |
{{ range last 10 .Pages }}
{{ .Render "summary" }}
{{ end }}