Merge pull request #8 from curbengh/deprecate
[hexo-nofollow.git] / index.js
blobd0ff8716037a298a22c1dcf669dfecc20c8021f4
1 /* global hexo */
2 'use strict'
4 if (hexo.config.nofollow && hexo.config.nofollow.enable) {
5   hexo.extend.filter.register('after_render:html', require('./lib/filter'))