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

7 lines
147 B
JavaScript

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