💄 fix: darkmode
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user