diff options
-rw-r--r-- | gsearch/index.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/gsearch/index.html b/gsearch/index.html index c20c999..69b9bc1 100644 --- a/gsearch/index.html +++ b/gsearch/index.html @@ -3,16 +3,5 @@ layout: page title: Search results permalink: /gsearch/ --- -<div class="row"><script> - (function() { - var cx = '013138746835038969445:mlfkigveyj4'; - var gcse = document.createElement('script'); - gcse.type = 'text/javascript'; - gcse.async = true; - gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + - '//cse.google.com/cse.js?cx=' + cx; - var s = document.getElementsByTagName('script')[0]; - s.parentNode.insertBefore(gcse, s); - })(); -</script> +<div class="row"> <gcse:searchresults-only linkTarget="_self"></gcse:searchresults-only></div> |