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 1c2c332 commit d15ed88Copy full SHA for d15ed88
src/partials/nav-tree.hbs
@@ -8,13 +8,6 @@
8
</div>
9
{{/if}}
10
11
- {{#if ./url}}
12
- <a class="nav-link" href="{{#if (eq ./urlType 'internal')}}{{relativize ./url}}{{else}}{{url}}{{/if}}">{{{./content}}}</a>
13
- {{else}}
14
- <span class="nav-text">{{{./content}}}</span>
15
- {{/if}}
16
-{{> nav-tree navigation=./items level=(add ../level 1) crumbLevel=(add ../crumbLevel (and ./content 1)) crumbAtLevel=(lookup @root.page.breadcrumbs (add ../crumbLevel (and ./content 1)))}}
17
- </li>
18
{{/each}}
19
<ul class="nav-list">
20
{{!-- {{log ../crumbAtLevel this 'log output'}} --}}
0 commit comments