Vincent Prouillet
Vincent Prouillet
Try to change it to: `{%- set current_section = get_section(path=last_ancestor.0, metadata_only=true) %}` it should already be much faster
Taxonomies can be set across sections so it will never use `_index.md`
> Content changed /home/XXXX/site/content/infrastructure/smtp.md0HlVyu.bck I guess that might be part of the issue.
What's the editor that is creating `.bck` file?
I've added .bck to the list of ignored extensions in the next branch for now. I haven't been able to reproduce it locally though :/
> One quick hack I can think of is adding html in the content of the md and just use that directly in the page as page.content_raw, this is seems...
There's some config for the link checker in the config file. I think it is related to #2345 since that issue is a more generic checker essentially
Can you submit the change as a PR with some additional tests?
Does https://docs.rs/tera/latest/tera/struct.Tera.html#method.render_to not work for you?