Files
hugo/content/functions/countwords.md
T
Bjørn Erik Pedersen a1b2fd3bdc Remove the code fence language codes
See #61
2017-07-20 11:51:45 +02:00

624 B

title, description, godocref, date, publishdate, lastmod, categories, menu, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
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
functions
docs
parent
functions
countwords INPUT
countrunes
false
/functions/countrunes/
/functions/countwords/

The template function works similar to the .WordCount page variable.

{{ "Hugo is a static site generator." | countwords }}
<!-- outputs a content length of 6 words.  -->