UNPKG

hexo-theme-essence

Version:

A Simple Clean Theme for Hexo with user-friendly Navigation System.

6 lines (4 loc) 222 B
/* global hexo */ const { wordCount, insertComma } = require('../../module/utils'); hexo.extend.helper.register('wordCount', s => insertComma(wordCount(s || ''))); hexo.extend.helper.register('insertComma', insertComma);