mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
18 lines
545 B
HTML
18 lines
545 B
HTML
{%- if pagename != "search" and builder != "singlehtml" %}
|
|
<script>
|
|
(function() {
|
|
var cx = '001322401757093273933:ufrvy56oa_a';
|
|
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>
|
|
<gcse:searchbox-only></gcse:searchbox-only>
|
|
{%- endif %}
|
|
|
|
<br>
|