mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-18 02:50:10 -04:00
628 B
628 B
title | description | godocref | date | publishdate | lastmod | categories | menu | signature | workson | hugoversion | relatedfuncs | deprecated | aliases | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
countwords | Counts the number of words in a string. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
|
|
|
false |
|
The template function works similar to the .WordCount page variable.
{{ "Hugo is a static site generator." | countwords }}
<!-- outputs a content length of 6 words. -->