Limit
Returns the first N pages from the given page collection.
- Syntax
- PAGES.Limit N
- Returns
- page.Pages
{{ range .Pages.Limit 3 }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}Last updated:
September 11, 2026
:
content: Standardize argument names in function and method signatures (664a84f03)
Improve this page