1
0
Fork 0

Import of the new theme

This commit is contained in:
Luca Beltrame 2015-05-07 07:32:01 +02:00
parent 04104f0bff
commit 0693a85c3f
331 changed files with 21077 additions and 8782 deletions

View file

@ -0,0 +1,8 @@
<script language="Javascript" type="text/javascript">
function google_search()
{
var query = document.getElementById("google-search").value;
window.open("http://google.com/search?q=" + query
+ "%20site:" + "{{ site.url }}");
}
</script>