mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +01:00
add logo to windows live tile
This commit is contained in:
@@ -215,6 +215,9 @@ middleware.renderHeader = function(req, res, callback) {
|
|||||||
}, {
|
}, {
|
||||||
name: 'msapplication-badge',
|
name: 'msapplication-badge',
|
||||||
content: 'frequency=30; polling-uri=' + nconf.get('url') + '/sitemap.xml'
|
content: 'frequency=30; polling-uri=' + nconf.get('url') + '/sitemap.xml'
|
||||||
|
}, {
|
||||||
|
name: 'msapplication-square150x150logo',
|
||||||
|
content: meta.config['brand:logo'] || ''
|
||||||
}],
|
}],
|
||||||
defaultLinkTags = [{
|
defaultLinkTags = [{
|
||||||
rel: 'apple-touch-icon',
|
rel: 'apple-touch-icon',
|
||||||
|
|||||||
Reference in New Issue
Block a user