diff options
author | dequis <dx@dxzone.com.ar> | 2015-12-13 20:04:03 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-12-13 21:52:07 -0300 |
commit | e7efb0fe82f38c9bb355adcd74b77ae08d686387 (patch) | |
tree | 1bd2272ed713d11138b58dcb435c72b7f024ba4b /_layouts | |
parent | 6adfe65e38c736e7acfaca46c9946c7fb42978c0 (diff) | |
download | irssi.github.io-e7efb0fe82f38c9bb355adcd74b77ae08d686387.zip |
Remove search js from welcome, add it to /gsearch/
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/welcome.html | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/_layouts/welcome.html b/_layouts/welcome.html index 0e0717d..824d585 100644 --- a/_layouts/welcome.html +++ b/_layouts/welcome.html @@ -66,23 +66,8 @@ </div> <div class="row"> <div class="hidden-xs col-sm-12 col-md-3"> - <div class="row"><div class="col-md-12 col-sm-8"> <h3>What's new</h3> - {% include sb_whatsnew.html %}</div><div class="col-md-12 col-sm-4"> - <h4 style='margin-bottom:0'>Search this site</h4> - <div><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> - <gcse:searchbox-only></gcse:searchbox-only></div></div></div> + {% include sb_whatsnew.html %} </div> <div class="col-sm-4 col-md-3"> <h3>Themes</h3> |