-
-
Couldn't load subscription status.
- Fork 618
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue Check
- I have checked existing Issues and I feel this bug has not been raised
Hugo Version Check
- My Hugo version is within the supported range
Describe the Bug
since Sections aren't localized but are accessed directly in the JS they mess up the search UI when in an RTL language
it shows the {day} · {section} {Month} {Year}
To Reproduce
- Have an RTL site
- go to Rtl site
- Search
- View Results
Expected Behaviour
{section} · {day} {Month} {Year}
Screenshots
Platform
- OS: Windows
- Browser: firefox
- Version:143.0.1
Hugo Version
hugo v0.147.9-29bdbde19c288d190e889294a862103c6efb70bf+extended windows/amd64 BuildDate=2025-06-23T08:22:20Z VendorInfo=gohugoioBlowfish Version
V2.90.0Additional Context
possible solutions
since this is more of an upstream hugo problem as you can't localize sections AFAIK
a few possible solutions are:
- remove sections entirely
- adding a Section parameter to the frontmatter and use that instead , fallback to section if not set
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working