Testing adding of Meta Tags

This commit is contained in:
Minami
2013-10-01 22:14:16 -05:00
parent eafb41602c
commit 90b4d688f8
3 changed files with 9 additions and 4 deletions

View File

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