💄 fix: darkmode

This commit is contained in:
shenyu
2020-04-16 21:53:51 +08:00
parent f21fbe4e2b
commit 7034f76024
3 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ function hexoMetaGeneratorInject(data) {
return;
}
const hexoGeneratorTag = `\n <meta name="generator" content="hexo-theme-yilia-plus">`;
const hexoGeneratorTag = `\n <meta name="generator" content="hexo-theme-ayer">`;
return data.replace('</title>', '</title>' + hexoGeneratorTag);
}