Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade express-hbs, and switch to using registerPartial
fixes TryGhost#1964, fixes TryGhost#1975 - Issues with partial handling which caused TryGhost#1964 have been part fixed by handlebars, part worked around by express-hbs, we must use `registerPartials` to ensure partials are handled correctly. - Issue with error handling which caused TryGhost#1975 has also been fixed in express-hbs, which now catches the error from handlebars and passes it to express so that we can handle the error with an error page.
- Loading branch information