layout title page Search <script> function SearchDownToTheWire() { var url="http://google.com/search?q=site%3A{{ site.url }}+" + document.getElementById("url").value; location.href=url; return false; } </script> Thanks to Google :-)