jekyll-paginate
jekyll-paginate copied to clipboard
validate output for paginate_path fix #8
to pass Travis CI , merge my previous pull request :smirk:
Don't you think this kind of sanitization should occur in the URL class (and that we should use URL
for handling url generation in this class)?
But colons is safe in url, why we must sanitize it? I think colons in url must be allowed , but writing paginate_path with colons in config.yml must not be allowed. May be it should occure in Pager#initialize ?