mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
fix: #8979
This commit is contained in:
@@ -53,6 +53,7 @@ tagsController.getTag = async function (req, res) {
|
||||
templateData.pagination = pagination.create(page, pageCount);
|
||||
helpers.addLinkTags({ url: 'tags/' + tag, res: req.res, tags: templateData.pagination.rel });
|
||||
|
||||
templateData['feeds:disableRSS'] = meta.config['feeds:disableRSS'];
|
||||
templateData.rssFeedUrl = nconf.get('relative_path') + '/tags/' + tag + '.rss';
|
||||
res.render('tag', templateData);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user