We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3285aac commit 67cbe6aCopy full SHA for 67cbe6a
preview-src/docs-ndl.adoc
@@ -3,6 +3,7 @@
3
:page-role: hub
4
:page-theme: docs
5
:page-hide-nav-title: true
6
+:!page-show-home-link:
7
:!toc:
8
:page-toclevels: -1
9
src/partials/nav-ndl.hbs
@@ -9,15 +9,15 @@
10
{{!-- add link back to home --}}
11
{{!-- {{#unless page.home}} --}}
12
- {{!-- {{#if page.attributes.show-home-link}} --}}
+ {{#if page.attributes.show-home-link}}
13
<ul class="nav-list docs-home-link">
14
<li class="nav-item home-link{{#if page.home}} is-home{{/if}}" data-depth="1" aria-label="home-link">
15
{{#with site.homeUrl}}
16
<a href="{{{relativize this}}}" aria-label="Go to docs home page">Docs home</a>
17
{{/with}}
18
</li>
19
</ul>
20
- {{!-- {{/if}} --}}
+ {{/if}}
21
{{!-- {{/unless}} --}}
22
23
{{#if (ne @root.page.module 'ROOT')}}
0 commit comments