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 d63a83c commit d86b6fbCopy full SHA for d86b6fb
1 file changed
src/partials/nav-explore.hbs
@@ -7,6 +7,7 @@
7
{{/if}}
8
<ul class="components">
9
{{#each site.components}}
10
+ {{#if ./latest.navigation}}
11
<li class="component{{#if (eq this @root.page.component)}} is-current{{/if}}">
12
<div class="title"><a href="{{{relativize ./url}}}">{{{./title}}}</a></div>
13
{{#if (or ./versions.[1] ./versions.[0].version (ne ./versions.[0].displayVersion 'default'))}}
@@ -21,6 +22,7 @@
21
22
</ul>
23
24
</li>
25
+ {{/if}}
26
{{/each}}
27
28
</div>
0 commit comments