Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Revert 1db317b
Browse files Browse the repository at this point in the history
  • Loading branch information
weyusi committed Oct 27, 2018
1 parent 1db317b commit 08bebe1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions lib/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,5 @@ module.exports = function (source) {
}
})

// Workaround for https://github.com/hexojs/hexo/issues/3313
$('body').each(function (index, element) {
$('meta[name="generator"]').remove()
})

return $.html()
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-nofollow",
"version": "1.0.3",
"version": "1.0.4",
"description": "Adds nofollow attribute to all external links in your hexo posts automatically.",
"author": "weyusi",
"license": "MIT",
Expand Down

0 comments on commit 08bebe1

Please sign in to comment.