gohugoio / hugoThemesSiteBuilder

The source for https://themes.gohugo.io
https://themes.gohugo.io
Apache License 2.0
219 stars 196 forks source link

Broken Link for 'Dark Mode' Tag on Hugo Themes Page #495

Closed felixbd closed 1 month ago

felixbd commented 1 month ago

see: https://github.com/gohugoio/hugo/issues/12857#issue-2532426347

Broken Link for 'Dark Mode' Tag on Hugo Themes Page

Description

On the Hugo Themes page, under the Tags section, there is a link to the "Dark mode" tag. However, the link is currently broken due to a whitespace character (%20) instead of a hyphen (-) in the URL.

Current Behavior

Clicking on the "Dark mode" tag directs to a 404 page:

Expected Behavior

The link should lead to the correct "Dark mode" tag page:

Steps to Reproduce

  1. Go to https://themes.gohugo.io/
  2. Scroll down to the Tags section.
  3. Click on the "Dark mode" tag.
  4. Observe that the link leads to a 404 page.

Suggested Solution

Update the URL for the "Dark mode" tag link to use a hyphen (-) instead of a whitespace (%20).

jmooring commented 1 month ago

Duplicate of https://github.com/gohugoio/hugoThemesSiteBuilder/issues/466