coignard / weblog

A stupidly simple plain text-based blog engine. No HTML, CSS, or JS included.
https://renecoignard.com
MIT License
45 stars 4 forks source link

Support Multi-word Categories #37

Closed coignard closed 1 week ago

coignard commented 3 months ago

Currently, Weblog only supports single-word categories. When a category consists of multiple words, such as "my posts," it should be accessible via /my-posts/ in the URL and be displayed as "My Posts" when rendered. However, the current implementation does not handle this correctly.