mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +01:00
@@ -213,7 +213,7 @@ topicsController.get = function(req, res, callback) {
|
||||
},
|
||||
{
|
||||
property: "og:url",
|
||||
content: nconf.get('url') + '/topic/' + topicData.slug
|
||||
content: nconf.get('url') + '/topic/' + topicData.slug + (req.params.post_index ? ('/' + req.params.post_index) : '');
|
||||
},
|
||||
{
|
||||
property: 'og:image',
|
||||
|
||||
Reference in New Issue
Block a user