We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d56d39 commit dce1366Copy full SHA for dce1366
src/search.html
@@ -0,0 +1,21 @@
1
+---
2
+title: Search
3
4
+
5
+<div class="d-flex">
6
+ <script>
7
+ (function() {
8
+ var cx = '007067728241810524621:gm6vraqlc8c';
9
+ var gcse = document.createElement('script');
10
+ gcse.type = 'text/javascript';
11
+ gcse.async = true;
12
+ gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
13
+ '//cse.google.com/cse.js?cx=' + cx;
14
+ var s = document.getElementsByTagName('script')[0];
15
+ s.parentNode.insertBefore(gcse, s);
16
+ })();
17
+ </script>
18
+ <script type="text/javascript">
19
+ document.write("<gcse:search></gcse:search>");
20
21
+</div>
src/search.md
0 commit comments