Skip to content

Commit

Permalink
url_for() helper path
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Sep 7, 2019
1 parent e20e8e6 commit 430ba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const stripIndent = require('strip-indent');
const { stripHTML, highlight, slugize, encodeURL } = require('hexo-util');
const MarkedRenderer = marked.Renderer;
const { parse } = require('url');
const url_for = '';
const url_for = require('hexo/lib/plugins/helper/url_for');

function Renderer() {
MarkedRenderer.apply(this);
Expand Down

0 comments on commit 430ba2b

Please sign in to comment.