jekyll/lib
nitoyon 5e10958faa Unescape Document output path
Document#destination wasn't unescaped properly.

For example, when we have a document named '_langs/c#.md',
we expect its url to be '/langs/c#.html',
but it was actually '/langs/c%23.html'.

We now unecape URL at Document#destination like Post#destination and
Page#destination.
2014-12-29 22:38:50 +09:00
..
jekyll Unescape Document output path 2014-12-29 22:38:50 +09:00
site_template Merge pull request #3189 from robschia/patch-1 2014-12-29 00:49:40 -05:00
jekyll.rb Use External instead of Deprecator for requiring gracefully 2014-12-28 14:37:49 -05:00