jekyll / jekyll-sitemap

Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site
http://rubygems.org/gems/jekyll-sitemap
MIT License
949 stars 134 forks source link

Feature/correctly encode ellipsis #229

Closed tjmcewan closed 2 years ago

tjmcewan commented 5 years ago

An ellipsis () gets incorrectly encoded to three dots (...). It comes from the absolute_url filter in Jekyll, which in turn comes from Addressable::URI#normalize. I don't necessarily expect this will be merged, but it's the level I'm comfortable with for our requirements, so just in case anyone else wants it…