Bug Report
The new text_direction() function added in #3149 doesn't seem to be a valid function in 0.23.3.
Environment
Zola version: 0.23.3
Expected Behavior
text_direction() to work as explained in the documentation.
Current Behavior
Zola claims that this function is unknown;
Building site...
ERROR Failed to serve the site
ERROR error: Unknown function `text_direction`
--> base.html:20:52
|
20 | <html xmlns="http://www.w3.org/1999/xhtml" dir="{{ text_direction(lang=lang) }}" lang="{{ lang }}" {% include "partials/default_theme.html" %}>
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Step to reproduce
Try to use said function in one of the expected ways, e.g.
{{ text_direction(lang=lang) }}
Bug Report
The new
text_direction()function added in #3149 doesn't seem to be a valid function in 0.23.3.Environment
Zola version: 0.23.3
Expected Behavior
text_direction()to work as explained in the documentation.Current Behavior
Zola claims that this function is unknown;
Step to reproduce
Try to use said function in one of the expected ways, e.g.