v79 / Cantilever

Creating a cloud-first static website generator using AWS servers such as S3 and Lambda. Transforms markdown files into HTML.
2 stars 0 forks source link

localDate handlebars helper isn't currently working as expected #52

Closed v79 closed 11 months ago

v79 commented 11 months ago

Syntax is supposed to be something like {{ localDate date "HH:mm dd/MM/yyyy" }} but that seems to be reverting to default. Why?

v79 commented 11 months ago

It was working fine, but I've made some changes to make it more resilient and more flexible.