hugo/docs/content/en/functions/countwords.md
2021-10-31 13:53:55 +01:00

28 lines
560 B
Markdown

---
title: countwords
description: Counts the number of words in a string.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
categories: [functions]
menu:
docs:
parent: "functions"
keywords: [counting, word count]
signature: ["countwords INPUT"]
workson: []
hugoversion:
relatedfuncs: [countrunes]
deprecated: false
---
The template function works similar to the [.WordCount page variable][pagevars].
```
{{ "Hugo is a static site generator." | countwords }}
<!-- outputs a content length of 6 words. -->
```
[pagevars]: /variables/page/