tholman / the-indie-web

A hotspot for indie creations on the web
https://theindieweb.com
GNU General Public License v3.0
254 stars 38 forks source link

Fix Links to Category Pages #325

Closed TJScalzo closed 4 years ago

TJScalzo commented 4 years ago

Currently, the links to categories with spaces don't work. They give a 404 error. This is because the browser is replacing the spaces with %20 instead of - as Hugo expects.

Also, all of these links are currently relative. This may work on the home page, but anywhere else (pages 2-64 or on a post's page) it does not work. That's because Hugo just appends the category name to the end of the current URL when relative URLs are used.

TJScalzo commented 4 years ago

I've never used Hugo before so there could always be an easier/better way to fix this issue. Let me know if there is!

tholman commented 4 years ago

🙏