htmly
htmly copied to clipboard
Tag recreated from file name (?) instead of tag comment in file
For some reason, tag names are created from file names, not from the <!--tag tagname tag--> in the markdown files, resulting in all tags being lowercase and some tags having really weird names.
Example:

The tags "Agnäsbacken" and "Bjurholm" I have fixed by editing the corresponding blog entries and saving them again. But I can't do that will all posts!
Sometimes, numbers (current date and time) is added to the tag names as well.
It's the tags.lang file that is broken. Can this be recreated somehow?
The solution in #246 is not applicable, since only tags in that particular post is updated -- and the tags are also suffixed with the current date.
I made a quick and dirty Perl hack to recreate the tags.lang file, but I think this should be a function available in the admin panel.
Seems already fixed. I will close this one. Thanks