Skip to content

建议修复一下hexo新版兼容问题,附解决办法 #537

@ai0by

Description

@ai0by

新增js文件themes/indigo/scripts/lodash-inject.js

const _ = require('lodash');

// 在每个模板渲染时注入 lodash
hexo.extend.filter.register('template_locals', function(locals) {
  if (!locals._) {
    locals._ = _;
  }
  return locals;
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions