Add word count and readingtime in Hugo | 给Hugo增加字数统计和阅读时间
To add word count and reading time in your hugo page, use the code below. <span class="post-word-count">{{ .WordCount }} words</span> <span class="more-meta"> {{ .ReadingTime }} </span> To add support for CJK Characters, change the settings below in the config file. hasCJKLanguage = true