diff options
-rw-r--r-- | _layouts/default.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index c30ef476b..f96145f36 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,6 +19,18 @@ ga('create', 'UA-24633320-1', 'alaveteli.org'); ga('send', 'pageview'); + (function() { + var cx = '012469947838795749698:abakbfgsmqm'; + var gcse = document.createElement('script'); + gcse.type = 'text/javascript'; + gcse.async = true; + gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + + + '//www.google.com/cse/cse.js?cx=' + cx; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(gcse, s); + })(); + </script> </head> <body> |