mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 01:30:18 -04:00
15 lines
248 B
Markdown
15 lines
248 B
Markdown
---
|
|
title: Len
|
|
description: Returns the number of pages in the given page collection.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
returnType: int
|
|
signatures: [PAGES.Len]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ .Pages.Len }} → 42
|
|
```
|