mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-23 17:00:24 +01:00
This commit is contained in:
@@ -153,6 +153,10 @@ topicsController.get = function(req, res, next) {
|
|||||||
{
|
{
|
||||||
rel: 'up',
|
rel: 'up',
|
||||||
href: nconf.get('url') + '/category/' + topicData.category.slug
|
href: nconf.get('url') + '/category/' + topicData.category.slug
|
||||||
|
},
|
||||||
|
{
|
||||||
|
rel: 'canonical',
|
||||||
|
href: nconf.get('url') + '/topic/' + topicData.slug
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user