url_for.js 148 B

1234567
  1. 'use strict';
  2. const { url_for } = require('hexo-util');
  3. module.exports = function(path, options) {
  4. return url_for.call(this, path, options);
  5. };