Deniz Turgut

Results 127 comments of Deniz Turgut

Wouldn't you do this in the theme? Also, looks like this would require `jQuery` but no mention of it in the readme. And a defined but never used variable in...

Let me help here: The setting change with 3.7 (`JINJA_ENVIRONMENT` vs `JINJA_EXTENSIONS`) *will not* cause a break as defined here. The issue is that, this "translation" feature was developed with...

Can you share the full traceback by running pelican with `--debug`?

It's called with `'save_as'` as expected, so... it appears like you have a `Static_Lang` class that's replacing the built in `Static` class? That is odd, I'm not sure where that's...

I don't understand. `https://mysite.com/` and `https://mysite.com/index.html` are the same thing. They will serve the same file: `index.html` (assuming most common server options).

The real question is: why is this executable? ``` /mnt/s/dev/projects/Python/pelican/pelican/tests/output/custom/unbelievable.html ```

Yes, `srcset` is not one of the expected attributes to contain a path (code [here](https://github.com/getpelican/pelican/blob/fe19f1abb661a666af9fc194d02b86a7bb37252d/pelican/contents.py#L340)). However, supporting it would be a little more than adding it to the list, since...

This doesn't show the `diff` output in case of a failure, which is *really* helpful to diagnose the issue.

Something with the `gettext` function in your config file. Can you show `pelicanconf.py`?

I tried to replicate the issue but no luck. Does it help if you rebuild the cache with `--ignore-cache` option?