hexo-theme-amane/layout/plugin/back-to-top.locals.js

7 lines
133 B
JavaScript
Raw Normal View History

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