mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
14 lines
233 B
Markdown
14 lines
233 B
Markdown
---
|
|
title: Len
|
|
description: Returns the number of pages in the given page collection.
|
|
categories: []
|
|
keywords: []
|
|
action:
|
|
related: []
|
|
returnType: int
|
|
signatures: [PAGES.Len]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ .Pages.Len }} → 42
|
|
```
|