get_taxonomy_term
does not handle terms with special characters
#2829
Labels
get_taxonomy_term
does not handle terms with special characters
#2829
Bug Report
Environment
Zola version: 0.20.0
Expected Behavior
The get_taxonomy_term function should correctly retrieve terms that contain special characters, such as accents.
Current Behavior
When passing a term with special characters (e.g., "acción") to get_taxonomy_term, Zola returns the following error:
I attempted to normalize the term using
[slugify](https://keats.github.io/tera/docs/#slugify)
, but the issue persists.Step to reproduce
This issue was initially discussed in the Zola forum: Conditionally displaying RSS Feed icons for tags based on feed availability
The text was updated successfully, but these errors were encountered: