GithubHelp home page GithubHelp logo

Comments (6)

danurbanowicz avatar danurbanowicz commented on May 8, 2024

Thanks for pointing out this little discrepancy.

In the individual post template, we really ought to be using page.date instead of date. Do you mind checking if changing this in your layouts/post.njk fixes the invalid datetime?

Thanks!

from eleventy-netlify-boilerplate.

coderkind avatar coderkind commented on May 8, 2024

Thanks for replying!

This is what is output for each of the different dates when referenced in the layouts/post.njk file:

  • date: 2019-08-06
  • page.date: Tue Aug 06 2019 01:00:00 GMT+0100 (British Summer Time)
  • machineDate:
  • readableDate:

The last two being empty values. Neither of the first two match the date format on the postslist page.

from eleventy-netlify-boilerplate.

danurbanowicz avatar danurbanowicz commented on May 8, 2024

Hmmm I've just noticed that in your post frontmatter you have your date value set as a string e.g.

date: "2019-08-06"

But the date filters are probably expecting a valid YAML date value e.g.

date: 2019-08-06

from eleventy-netlify-boilerplate.

coderkind avatar coderkind commented on May 8, 2024

Hmm; there's no option in Wordpress to format dates in a particular way when exporting, so presumably the dates in quotes is the default format? I was following this tutorial by the way (which links to your boilerplate).

from eleventy-netlify-boilerplate.

danurbanowicz avatar danurbanowicz commented on May 8, 2024

OK, so using {{ page.date | machineDate }} and {{ page.date | readableDate }} in layouts/post.njk with the post frontmatter date: "2019-08-06" as supplied by your Wordpress export is parsing correctly for me on a copy of your repo.

Can you try this if you haven't already? Thanks

from eleventy-netlify-boilerplate.

coderkind avatar coderkind commented on May 8, 2024

Thanks; that's fixed it 👍

I thought I tried page. prefixing at some stage, but obviously not. Thanks once again :)

from eleventy-netlify-boilerplate.

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.