Skip to content

Commit

Permalink
fix(insight): escape html in result titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Mar 13, 2020
1 parent 1346e30 commit e12a4da
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 519 deletions.
3 changes: 2 additions & 1 deletion include/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ module.exports = hexo => {
require('hexo-component-inferno/lib/hexo/filter/locals')(hexo);
require('./hexo/filter/stylus')(hexo);
require('./hexo/generator/category')(hexo);
require('./hexo/generator/insight')(hexo);
require('hexo-component-inferno/lib/hexo/generator/assets')(hexo);
require('hexo-component-inferno/lib/hexo/generator/insight')(hexo);
require('hexo-component-inferno/lib/hexo/generator/categories')(hexo);
require('hexo-component-inferno/lib/hexo/generator/tags')(hexo);
require('hexo-component-inferno/lib/hexo/helper/cdn')(hexo);
Expand Down
Empty file added layout/search/.gitkeep
Empty file.
70 changes: 0 additions & 70 deletions layout/search/algolia.jsx

This file was deleted.

47 changes: 0 additions & 47 deletions layout/search/insight.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"bulma-stylus": "0.8.0",
"deepmerge": "^4.2.2",
"hexo": "^4.2.0",
"hexo-component-inferno": "^0.1.3",
"hexo-component-inferno": "^0.2.0",
"hexo-log": "^1.0.0",
"hexo-pagination": "^1.0.0",
"hexo-renderer-inferno": "^0.1.3",
Expand Down
87 changes: 0 additions & 87 deletions source/js/algolia.js

This file was deleted.

Loading

0 comments on commit e12a4da

Please sign in to comment.