UNPKG

hexo-filter-links

Version:
11 lines (9 loc) 266 B
const pathFn = require('path'); const fs = require('fs'); const htmlTmpl = fs.readFileSync(pathFn.join(__dirname, '../generator/go_encode.html'), 'utf8'); module.exports = function(locals){ return { path: 'go/index.html', data: htmlTmpl }; };