Skip to content

Commit

Permalink
Improved console warning for non-supporting (theme-next#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx authored Mar 31, 2019
1 parent f6a28cb commit d40da38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tags/exturl.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function extURL(args) {
'data-url': url,
title : title
};
hexo.log.warn('WARNING: `exturl` and `extlink` tag will not longer be supported.');
hexo.log.warn('WARNING: `exturl` and `extlink` tag will not longer be supported. More info here: https://theme-next.org/docs/theme-settings/seo#ExtURL');
return htmlTag('span', attrs, text.join(' ') + '<i class="fa fa-external-link"></i>');
}

Expand Down

0 comments on commit d40da38

Please sign in to comment.