Skip to content

Commit 1d4b864

Browse files
committed
Fix documentation layout.
1 parent e65a804 commit 1d4b864

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/docwithnav.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
<!Doctype html>
1616
<html id="docs" class="{{siteData[foundTOC].bigheader}}">
1717

18+
{% include head-header.html docsTag=docsTag %}
19+
1820
<div id="searchBox">
1921
<input type="text" id="search" placeholder="Search" onkeydown="if (event.keyCode==13) window.location.replace('{{ searchPath }}' + this.value)">
2022
<button class="searchButton"></button>
2123
</div>
2224

23-
{% include head-header.html docsTag=docsTag %}
2425
<!-- HERO -->
2526
<section id="hero">
2627
<div id="hero-content">

0 commit comments

Comments
 (0)