Merge pull request #371 from iamcardinal/master

Adds meta:keywords tags fixes tabbing, closes #330
This commit is contained in:
Julian Lam
2013-10-02 16:10:43 -07:00
3 changed files with 9 additions and 4 deletions

View File

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