diff options
Diffstat (limited to '_includes/gw_tools/search_google.html')
| -rw-r--r-- | _includes/gw_tools/search_google.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/_includes/gw_tools/search_google.html b/_includes/gw_tools/search_google.html deleted file mode 100644 index 0c3e675..0000000 --- a/_includes/gw_tools/search_google.html +++ /dev/null @@ -1,12 +0,0 @@ -<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 |
