mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +01:00
fixed meta property to name, for keywords
This commit is contained in:
@@ -195,7 +195,7 @@ middleware.renderHeader = function(req, res, callback) {
|
|||||||
property: 'og:site_name',
|
property: 'og:site_name',
|
||||||
content: meta.config.title || 'NodeBB'
|
content: meta.config.title || 'NodeBB'
|
||||||
}, {
|
}, {
|
||||||
property: 'keywords',
|
name: 'keywords',
|
||||||
content: meta.config.keywords || ''
|
content: meta.config.keywords || ''
|
||||||
}],
|
}],
|
||||||
defaultLinkTags = [{
|
defaultLinkTags = [{
|
||||||
|
|||||||
Reference in New Issue
Block a user