mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
closes #1633
This commit is contained in:
@@ -212,6 +212,9 @@ middleware.renderHeader = function(req, res, callback) {
|
||||
}, {
|
||||
name: 'keywords',
|
||||
content: meta.config.keywords || ''
|
||||
}, {
|
||||
name: 'msapplication-badge',
|
||||
content: 'frequency=30; polling-uri=' + nconf.get('url') + '/sitemap.xml'
|
||||
}],
|
||||
defaultLinkTags = [{
|
||||
rel: 'apple-touch-icon',
|
||||
|
||||
Reference in New Issue
Block a user