This commit is contained in:
Barış Soner Uşaklı
2017-09-22 10:26:03 -04:00
parent 2185480c4e
commit f989988178

View File

@@ -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) {