diff options
Diffstat (limited to '_includes/gw_tools/search_google.html')
| -rw-r--r-- | _includes/gw_tools/search_google.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_includes/gw_tools/search_google.html b/_includes/gw_tools/search_google.html new file mode 100644 index 0000000..0c3e675 --- /dev/null +++ b/_includes/gw_tools/search_google.html @@ -0,0 +1,12 @@ +<script> + (function () { + var cx = "{{site.google_cse_token}}"; + var gcse = document.createElement('script'); + gcse.type = 'text/javascript'; + gcse.async = true; + gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(gcse, s); + })(); +</script> +<gcse:search></gcse:search>
\ No newline at end of file |
