ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
176 stars 7 forks source link

Let user decide to use lower or capital letter for tags #96

Closed ThomasTJdev closed 5 years ago

ThomasTJdev commented 5 years ago

Removed .toLowerCase() from inline JS on tags. I have tags such as NimWC on my blog - I don't like NimWC to decide that is should be nimwc.

Ok?