Skip to content

Commit ffea5e5

Browse files
committed
disable nav until css is fixed
1 parent 3c6134f commit ffea5e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dev/book/theme/index.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
</div>
227227
</div>
228228

229+
{{#if false}}
229230
<nav class="nav-wide-wrapper" aria-label="Page navigation">
230231
{{#if previous}}
231232
<a rel="prev" href="{{ path_to_root }}{{link}}" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
@@ -239,6 +240,7 @@
239240
</a>
240241
{{/if}}
241242
</nav>
243+
{{/if}}
242244

243245
</div>
244246

0 commit comments

Comments
 (0)