From 8c33a0ffe4f79e9c1d1e432d771c559c493a3930 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Sun, 11 Aug 2019 10:46:38 +0930 Subject: [PATCH] fix: remove meta_generator option --- lib/hexo/default_config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/hexo/default_config.js b/lib/hexo/default_config.js index 710e764586..92783d6b5f 100644 --- a/lib/hexo/default_config.js +++ b/lib/hexo/default_config.js @@ -54,9 +54,6 @@ module.exports = { deploy: {}, // ignore files from processing - ignore: [], - - // Category & Tag - meta_generator: true + ignore: [] };