# File lib/jekyll/filters.rb, line 79
    def uri_escape(input)
      URI.escape(input)
    end