hexo-theme-fluid icon indicating copy to clipboard operation
hexo-theme-fluid copied to clipboard

请问如何在博客底部添加全站文字计数?

Open Wwwhisperr opened this issue 3 years ago • 1 comments

已确认

问题描述

我尝试过用网上的办法在文章底部添加统计全站字数的代码块,但是显示出来的字数只是首页的字数,请问有没有办法能统计到全站所有文章的字数呢?求大佬赐教

Wwwhisperr avatar Jul 27 '22 18:07 Wwwhisperr

footer.ejs 文件添加下面这句代码,即可实现统计全站字数

<span><%= wordtotal(site) %></span>

jinghu-moon avatar Aug 03 '22 07:08 jinghu-moon