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

This commit is contained in:
psychobunny
2015-08-27 15:07:26 -04:00
parent 53c8d54d57
commit 61cc0ee597

View File

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