We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65a804 commit 1d4b864Copy full SHA for 1d4b864
_includes/docwithnav.html
@@ -15,12 +15,13 @@
15
<!Doctype html>
16
<html id="docs" class="{{siteData[foundTOC].bigheader}}">
17
18
+{% include head-header.html docsTag=docsTag %}
19
+
20
<div id="searchBox">
21
<input type="text" id="search" placeholder="Search" onkeydown="if (event.keyCode==13) window.location.replace('{{ searchPath }}' + this.value)">
22
<button class="searchButton"></button>
23
</div>
24
-{% include head-header.html docsTag=docsTag %}
25
<!-- HERO -->
26
<section id="hero">
27
<div id="hero-content">
0 commit comments