Results 1383 comments of Vincent Prouillet

We don't currently give a build time or git sha (https://zola.discourse.group/t/using-git-revision-as-cache-key/1971). We could probably add both eventually, but likely something to do when it's using tera v2 and we have...

This will be evaluated at each render so you might end up with different timestamp for different pages

We should be able to do it now that we don't use libsass anymore (https://github.com/getzola/zola/issues/1001)

I'd rather have someone try first locally and then do a PR if it works!

> I know the culprit is defining generate_feed globally outside the language blocks ([languages.es] and [languages.en]), but the problem is that if you don't define it there the feed is...

Yup we have a `if self.config.generate_feed` check in the code. Should be an easy fix

You can do a PR, I don't think this is controversial

Can you pinpoint the commit that changed the behaviour? I don't think that was intentional

Ah I forgot about that! Maybe we should allow files without extensions?

The thought (I believe) was that if it didn't have an extension it was probably a temp file from some editor. I'm not sure how to fix it outside of...