# File lib/jekyll/filters.rb, line 24
    def cgi_escape(input)
      CGI::escape(input)
    end