v1.18.x
Barış Soner Uşaklı 7 years ago
parent 2185480c4e
commit f989988178

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

Loading…
Cancel
Save