新增head标签内theme-color的配置项

This commit is contained in:
ImCaO
2022-02-25 19:55:45 +08:00
parent 4248103024
commit 7ebed025f0
3 changed files with 7 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
- else pageKeywords = Array.isArray(config.keywords) ? (config.keywords).join(','): ([]).join(',') || config.keywords
- var pageAuthor = config.email ? config.author + ',' + config.email : config.author
- var pageCopyright = config.copyright || config.author
- var themeColor = theme.display_mode === 'dark' ? '#0d0d0d' : '#ffffff'
- var themeColor = theme.display_mode === 'dark' ? theme.theme_color.meta_theme_color_dark : theme.theme_color.meta_theme_color_light
meta(charset='UTF-8')
meta(http-equiv="X-UA-Compatible" content="IE=edge")