Giter Club home page Giter Club logo

Comments (3)

jgable avatar jgable commented on May 3, 2024

I took a little look at this and think it might be because the context value is null, not so much a problem with handlebars.

To test, I updated express-hbs to 0.1.6 then made a new post through the admin site (had no posts already created) and went to the home page where the posts are listed. The listing worked and showed the date string below the title with no errors.

When I changed that line to

return moment(null).format(f);

to test things out, I got a similar error to yours as well. Can you confirm your posts have dates? Maybe we should add a null check to the context value?

from ghost.

jgable avatar jgable commented on May 3, 2024

I did run into a problem with the editor page after updating. Looks like the {{content}} tag is giving it trouble and might be trying to use the {{#content 'foo'}} helper.

I opened an issue (TryGhost/express-hbs#16) over there to consider switching back to the original contentFor tag, but I wouldn't count on them doing that any time soon.

I found a super hacky way to get around this by deleting the content helper. I'm putting together a separate PR for you to take a look at it.

from ghost.

ErisDS avatar ErisDS commented on May 3, 2024

The only reason I'm not merging this is that express-hbs have already accepted and fixed your issue, so that upgrading to 0.2.0 should work.

from ghost.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.