gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
76.03k stars 7.54k forks source link

Simplify URLs of categorys and tags #13018

Closed lopins closed 2 weeks ago

lopins commented 2 weeks ago

categories/category1/category1.html categories/category1/category1/index.html -> categories/category1.html

tags/tag1/tag1.html tags/tag1/tag1/index.html -> tags/tag1.html

Simplify URLs of categorys and tags.

jmooring commented 2 weeks ago

Please use the forum (https://discourse.gohugo.io/) for questions and troubleshooting. We prefer to use GitHub for verified bugs and vetted enhancements. Thanks.