This commit is contained in:
psychobunny
2014-06-11 12:04:22 -04:00
parent b5a06e58fd
commit eeabae5738

View File

@@ -153,6 +153,10 @@ topicsController.get = function(req, res, next) {
{
rel: 'up',
href: nconf.get('url') + '/category/' + topicData.category.slug
},
{
rel: 'canonical',
href: nconf.get('url') + '/topic/' + topicData.slug
}
];