2025-04-10 13:04:51 +02:00

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 }}