0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00

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) { ghost.doFilter('prePostsRender', posts.toJSON(), function (posts) {
res.render('index', {posts: posts, ghostGlobals: res.locals.ghostGlobals, navItems: res.locals.navItems}); res.render('index', {posts: posts, ghostGlobals: res.locals.ghostGlobals, navItems: res.locals.navItems});
}); });
}); });
}, },
'single': function (req, res) { 'single': function (req, res) {