preaction / Statocles

Static website CMS
http://preaction.me/statocles
Other
84 stars 33 forks source link

Do not allow blog slugs to start/end with a "-" #507

Closed preaction closed 7 years ago

preaction commented 8 years ago

If a blog title starts or ends with an unsafe URL character, we should simply remove it, not replace it with a - like other characters. Having a - at the beginning or end of the URL looks strange.

For example, "How do I X?" gets turned into the slug how-do-i-x-. The trailing - looks strange and useless hanging there.

ferki commented 7 years ago

I plan to send a PR for this soon.