/categories: og:title and <title> should be the same

v1.18.x
psychobunny 10 years ago
parent 53c8d54d57
commit 61cc0ee597

@ -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'

Loading…
Cancel
Save