jandecaluwe / urubu

A micro CMS for static websites, with a focus on good navigation practices.
urubu.jandecaluwe.com
GNU Affero General Public License v3.0
179 stars 36 forks source link

Links to Uppercase tag pages are broken #68

Closed heeckhau closed 1 year ago

heeckhau commented 7 years ago

If you have tags with upper case characters, links to the corresponding tag pages are incorrectly converted to lower case.

tags :
  - lower
  - UPPER
---
[Links to lower case tags work fine][/tag/lower]
[Links to UPPER case tags fail][/tag/UPPER]

The [/tag/UPPER] get converted to <a href="/tag/upper/" title="UPPER">Links to UPPER case tags fail</a>.  

bartbrosens commented 6 years ago

This should be resolved by #73