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