mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
5fd1e74903
``` git subtree add --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash ``` Closes #11925
20 lines
437 B
Markdown
20 lines
437 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
|