What is the clean way to handle get_content
and l10n for a same page with different slugs?
For example {{ get_content from="/mentions-legales" }}<a href="{{ url }}">{{ title }}</a>{{ /get_content }}
does not work while turning to EN if the slug is different. (I have used {{ get_content from="id_fr|id_en" }}
so far, but not convinced that's the way to go)
We've retired the forum in favor of GitHub Discussions.
New conversations can be started on GitHub. Existing conversations will remain for a while longer.