Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 604 Bytes

search.md

File metadata and controls

26 lines (23 loc) · 604 Bytes
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 :-)