mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
closes #1668
This commit is contained in:
@@ -293,6 +293,10 @@ function addTags(topicData, req, res) {
|
||||
type: 'application/rss+xml',
|
||||
href: topicData.rssFeedUrl,
|
||||
},
|
||||
{
|
||||
rel: 'canonical',
|
||||
href: nconf.get('url') + '/topic/' + topicData.slug,
|
||||
},
|
||||
];
|
||||
|
||||
if (topicData.category) {
|
||||
|
||||
Reference in New Issue
Block a user