feat: add theme-color meta tag for browser address bar

This commit is contained in:
psychobunny
2020-09-28 17:32:37 -04:00
parent f69697b3fa
commit 5172d73137

View File

@@ -31,6 +31,9 @@ Tags.parse = async (req, data, meta, link) => {
name: 'msapplication-badge',
content: 'frequency=30; polling-uri=' + nconf.get('url') + '/sitemap.xml',
noEscape: true,
}, {
name: 'theme-color',
content: meta.config.themeColor || '#ffffff',
}];
if (Meta.config.keywords) {