This commit is contained in:
Julian Lam
2018-01-22 11:31:28 -05:00
parent 6946800d8b
commit 593c5047cf

View File

@@ -129,7 +129,7 @@ helpers.buildCategoryBreadcrumbs = function (cid, callback) {
return callback(err);
}
if (!meta.config.homePageRoute && meta.config.homePageCustom) {
if (meta.config.homePageRoute !== 'categories') {
breadcrumbs.unshift({
text: '[[global:header.categories]]',
url: nconf.get('relative_path') + '/categories',