Merging from upstream

This commit is contained in:
Jacob Gable 2013-05-28 17:41:28 -05:00
commit e60fa79bae

View File

@ -18,7 +18,6 @@
ghost.doFilter('prePostsRender', posts.toJSON(), function (posts) {
res.render('index', {posts: posts, ghostGlobals: res.locals.ghostGlobals, navItems: res.locals.navItems});
});
});
},
'single': function (req, res) {