1
0
Fork 0
hugo/docs/content/en/methods/pages/Limit.md

341 B

title description categories keywords params
Limit Returns the first N pages from the given page collection.
functions_and_methods
returnType signatures
page.Pages
PAGES.Limit NUMBER
{{ range .Pages.Limit 3 }}
  <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}