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

6 lines
109 B
JavaScript

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