This commit is contained in:
barisusakli
2017-04-22 19:07:57 -04:00
parent b91b41dfa3
commit 33e8ecc1f4
9 changed files with 33 additions and 38 deletions

View File

@@ -206,11 +206,6 @@ topicsController.get = function (req, res, callback) {
property: 'og:type',
content: 'article',
},
{
property: 'og:url',
content: nconf.get('url') + '/topic/' + topicData.slug + (req.params.post_index ? ('/' + req.params.post_index) : ''),
noEscape: true,
},
{
property: 'og:image',
content: ogImageUrl,