mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-02 22:52:51 +02:00
@@ -1,16 +0,0 @@
|
||||
---
|
||||
title: Limit
|
||||
description: Returns the first N pages from the given page collection.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
related: []
|
||||
returnType: page.Pages
|
||||
signatures: [PAGES.Limit NUMBER]
|
||||
---
|
||||
|
||||
```go-html-template
|
||||
{{ range .Pages.Limit 3 }}
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||||
{{ end }}
|
||||
```
|
Reference in New Issue
Block a user