Fix/re-introduce custom Jekyll tags for better glossary integration (#6163)
This commit is contained in:
committed by
Zach Corleissen
parent
0abbfdc12e
commit
53cf7defd5
+4
-2
@@ -2,8 +2,11 @@
|
||||
layout: docwithnav
|
||||
title: Search Results
|
||||
---
|
||||
<script>
|
||||
<script type="text/javascript">
|
||||
document.write('<gcse:searchresults-only linktarget="_parent"></gcse:searchresults-only>');
|
||||
</script>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
var cx = '013288817511911618469:elfqqbqldzg';
|
||||
var gcse = document.createElement('script');
|
||||
@@ -17,4 +20,3 @@ title: Search Results
|
||||
document.querySelector('html').classList.add('search');
|
||||
})();
|
||||
</script>
|
||||
<gcse:searchresults-only linktarget="_parent"></gcse:searchresults-only>
|
||||
|
||||
Reference in New Issue
Block a user