UNPKG

hexo-autonofollow

Version:

Adds nofollow attribute to all external links in your hexo posts automatically.

5 lines (3 loc) 141 B
if (hexo.config.nofollow && hexo.config.nofollow.enable) { hexo.extend.filter.register('after_render:html', require('./lib/filter')); }