From 61cc0ee597b79b586b2cdbedb7ddcbd8fef2cf44 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 27 Aug 2015 15:07:26 -0400 Subject: [PATCH] /categories: og:title and should be the same --- src/controllers/categories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/categories.js b/src/controllers/categories.js index 82c1cbc1e1..5509b0530a 100644 --- a/src/controllers/categories.js +++ b/src/controllers/categories.js @@ -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'