feat(structured_data): add alternateNames for backup

This commit is contained in:
DeepChirp
2025-07-31 19:37:25 +08:00
parent 0e9b8f5b69
commit 1b5bc97431
3 changed files with 21 additions and 2 deletions

View File

@@ -574,7 +574,10 @@ hexo.extend.filter.register('before_generate', () => {
enable: true,
option: null
},
structured_data: true,
structured_data: {
enable: true,
alternate_name: null
},
css_prefix: true,
inject: {
head: null,