Hi.
About my hugo site: huc.fr.eu.org
It’s a multilanguage site: EN, FR (default).
I create articles on content/LANGUAGE directory; mainly into the news folder.
About the breadcrumb, on FR site, it’s run correctly; like:
>> Stéphane HUC >> News >> Article's title
See:
![]()
But on EN site, the ‘News’ section disappear!
>> Stéphane HUC >> Article's title
See:
![]()
I’m using a translationKey on header of article, same on both languages, like: translationKey: "w14-y2026".
The code to generate breadcrumb is visible on: layouts/partials/breadcrumbs.html · main · SH-Web / Hugo / huc.fr.eu.org · GitLab.
This breadcrumb partial files is calling by the _default/single.html.
What have I not understood? Or am I using it incorrectly?