Skip to content

Commit

Permalink
Merge branch 'beta' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Aug 9, 2023
2 parents a010cd8 + eaaa4ea commit 372b305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const SearchGenerator = require('./search');

module.exports = function (hexo) {
let apiData = [];
const defaultPages = ['Tags', 'Archives', 'Friends'];
const defaultPages = ['Tags', 'Archives', 'Links'];

// Remove hexo default generators
['page', 'archive', 'category', 'tag'].forEach(
['page', 'archive', 'category', 'tag', 'links'].forEach(
(name) => delete hexo.extend.generator.store[name]
);

Expand Down

0 comments on commit 372b305

Please sign in to comment.