Final Edit for keywords

v1.18.x
Quinton Marchi 12 years ago
parent 90b4d688f8
commit eb022220f4

@ -55,7 +55,7 @@ var express = require('express'),
property: 'og:site_name',
content: meta.config.title || 'NodeBB'
}, {
property: 'og:keywords',
property: 'keywords',
content: meta.config['keywords'] || ''
}],
metaString = utils.buildMetaTags(defaultMetaTags.concat(options.metaTags || [])),

Loading…
Cancel
Save