hugo/docs/content/en/methods/page/WordCount.md
2024-06-21 09:41:24 +02:00

20 lines
438 B
Markdown

---
title: WordCount
description: Returns the number of words in the content of the given page.
categories: []
keywords: []
action:
related:
- methods/page/FuzzyWordCount
- methods/page/ReadingTime
returnType: int
signatures: [PAGE.WordCount]
---
```go-html-template
{{ .WordCount }} → 103
```
To round up to nearest multiple of 100, use the [`FuzzyWordCount`] method.
[`FuzzyWordCount`]: /methods/page/fuzzywordcount/