-
-
Notifications
You must be signed in to change notification settings - Fork 284
Description
Description
When browsing the Themes site (themes.gohugo.io), clicking on the HUGO logo in the top navigation does not redirect to the main Hugo homepage. Instead, it keeps the user on the Themes site.
This behavior is inconsistent with other sections of the Hugo website (e.g., Docs, News), where clicking the HUGO logo redirects to the main homepage.
Steps to Reproduce
Open https://themes.gohugo.io/
Click on the HUGO logo in the top-left corner
Observe that the page does not redirect to the Hugo homepage
Expected Behavior
Clicking the HUGO logo should redirect to the main Hugo homepage, e.g.:
https://gohugo.io/
Actual Behavior
The page remains on:
https://themes.gohugo.io/
Additional Context
On other Hugo sections such as Docs or News, the URL structure is
https://gohugo.io/documentation/
and clicking the HUGO logo correctly redirects to the homepage.
The Themes site appears to be hosted on a subdomain (themes.gohugo.io), which may be causing inconsistent navigation behavior.
This can be confusing for users who expect the logo to function as a global “home” link.
Environment
Browser: Chrome (143.0.7499.171)
OS: Windows 11
Hugo version displayed on site: v0.154.3