add a "google custom search" page (linked in the navbar)
This commit is contained in:
parent
326dc81cda
commit
d8bc701eaf
1 changed files with 22 additions and 0 deletions
22
search/index.md
Normal file
22
search/index.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
layout: page
|
||||
navbar: yes
|
||||
title: Search
|
||||
---
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
var cx = '002933054294358554665:fte8t1yf9n4';
|
||||
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>
|
||||
|
||||
Search the LinuxCNC documentation, forum, and wiki here.
|
||||
|
||||
<gcse:search></gcse:search>
|
||||
|
||||
Loading…
Reference in a new issue