mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
feat: add theme-color meta tag for browser address bar
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user