Vincent Prouillet
Vincent Prouillet
No, not currently. It could maybe be added to v2 (https://github.com/Keats/tera2) but that would be a significant amount of work that I wouldn't have time to do myself
I think it's ok but it's already working in the next version so I'm not sure I want to add more changes to v1
Is that happening only on rebuild?
Can you create a small reproduction repo?
> So Zola's bug is that 2017-05-12T1246 doesn't get parsed as a proper timestamp. That's not a supported date format.
If you need time, you probably want to put it in the front-matter. It parses https://www.ietf.org/rfc/rfc3339.txt dates but as you say, it's not possible on windows due to `:`
This isn't planned no.
See https://github.com/getzola/zola/pull/2738 for the linking of built-in syntaxes. I think the panic is in syntect rather than zola?
I don't why the `page.date` would be null sometimes and why running it multiple times would work. Does it say which page failed to render?
Is your site public so we can try to run it ourselves?