HUGO
News Docs Themes Community GitHub

Limit

Returns the first N pages from the given page collection.

Syntax

PAGES.Limit NUMBER

Returns

page.Pages
{{ range .Pages.Limit 3 }}
  <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}

Last updated: January 1, 0001
Improve this page