Vincent Prouillet
Vincent Prouillet
Thanks for the clear bug report. Anyone wants to grab that?
> I'm not sure why Zola chose to use a custom date parser instead of the types that are built-in to both toml and yaml. A long time ago, you...
Nevermind it's not that easy, I forgot how bad YAML is. No date type. We should just document that the following formats are accepted for YML: ``` // 0000-00-00T00:00:00.00Z //...
I think it will depend on how complex the PR will be since we will need to massage those strings into a chrono datetime.
Zola doesn't need the exact time. If you use a TOML front-matter you can use whatever format TOML is supporting. The issue is with YAML support that has a buggy...
Tera just take whatever text you're giving. I think it's fine to remove one trailing newline by default though, I'll change it for Tera v2 to do that automatically.
> I didn't realize the order of config keys mattered, but they seem like they do. The order doesn't matter. You probably got into the worst part of TOML where...
Tera v1 macros support is really bad, it will be fixed in v2
Can you cherry pick the commits on a rebased next branch?
It looks like they generate the same thing on the `next` branch? ``` backticks codeblock Empty lines break things 4-space codeblock Empty Lines work ```