hexo-theme-icarus/layout/plugin/mathjax.locals.js

7 lines
147 B
JavaScript
Raw Normal View History

module.exports = (ctx, locals) => {
const { head, plugin } = locals;
if (head || !plugin) {
return null;
}
return locals;
}