mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
Post#url wasn't escaped at all. For example, when we have a page named 'a#b.html', we expect its url to be 'a%23b.html', but it was actually 'a#b.html'. We now use Jekyll::URL.escape_path and Jekyll::URL.unescape_path.