Open
Description
Register a Tera function in order to execute complex logic like calculating read time.
Summary
Zola uses the Tera engine, I would like to calculate the read time of my markdown posts. One way I thing it could be done is by adding a Rust function in the Tera engine using tera.register_function
but I don't see how this can be done in the documentation.
Proposed solution
Either specify that its not possible yet or document how.
Greetings
Thank you for the great framework 🤩.