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:
commit
e60fa79bae
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue