UNPKG

hexo-related-popular-posts

Version:

A hexo plugin that generates a list of links to related posts and popular posts. Also , this plugin can get Visitor Counts (PageView) on posts.

6 lines (5 loc) 162 B
module.exports = (inPost, inOptions, inHexo) => { const lj = require('./list-json.js') let list = lj.getList(inOptions, inPost, inHexo) return list }