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