mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Merge commit '9b0050e9aabe4be65c78ccf292a348f309d50ccd' as 'docs'
``` git subtree add --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash ``` Closes #11925
This commit is contained in:
20
docs/content/en/methods/page/WordCount.md
Normal file
20
docs/content/en/methods/page/WordCount.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
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
|
Reference in New Issue
Block a user