Ghost/core/frontend
ErisDS 6f8752aa22 HTML helpers refactor - issue #246 items 2 and 5.
- moved template logic out of individual helpers and into Ghost
- simplified template-driven helpers into closures which maintain the context of handlebars
- with handlebars context we have access to data, so don't need to pass data in
- check data to test that it is a simple object and not a function
- moved helpers back into index.js
- provided tests for both template functions in ghost and the nav helper so we are back to where we were
2013-07-11 01:30:29 +01:00
..
controllers
filters Nav helper bug - home page always marked as current 2013-07-11 01:30:29 +01:00
helpers HTML helpers refactor - issue #246 items 2 and 5. 2013-07-11 01:30:29 +01:00
views