I'm using {{site.url | cgi_escape}} in my index.html file in a Jekyll 1.1.2 project. Whenever running a server, the build fails because of Liquid Exception: private method `gsub' called for nil:NilClass
On my other computer I have Jekyll 0.12.0 and the same project does build successfully.
What might be the way to solve this problem?