include add post index
v1.18.x
barisusakli 9 years ago
parent fb6abd32c4
commit b3cbb46010

@ -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',

Loading…
Cancel
Save