mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
/categories: og:title and <title> should be the same
This commit is contained in:
@@ -27,7 +27,7 @@ categoriesController.list = function(req, res, next) {
|
||||
content: validator.escape(meta.config.description || '')
|
||||
}, {
|
||||
property: 'og:title',
|
||||
content: 'Index | ' + validator.escape(meta.config.title || 'NodeBB')
|
||||
content: '[[pages:categories]]'
|
||||
}, {
|
||||
property: 'og:type',
|
||||
content: 'website'
|
||||
|
||||
Reference in New Issue
Block a user