Skip to content

Commit 2f53053

Browse files
committed
Display all versions
1 parent b831bd6 commit 2f53053

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/partials/nav-explore.hbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111
<a class="title" href="{{{relativize ./url}}}">{{{./title}}}</a>
1212
<ul class="versions">
1313
{{#each ./versions}}
14-
{{#if (or ./versionSegment (not @root.site.url))}}
1514
<li class="version
1615
{{~#if (and (eq .. @root.page.component) (eq this @root.page.componentVersion))}} is-current{{/if~}}
1716
{{~#if (eq this ../latest)}} is-latest{{/if}}">
1817
<a href="{{{relativize ./url}}}">{{./displayVersion}}</a>
1918
</li>
20-
{{/if}}
2119
{{/each}}
2220
</ul>
2321
</li>

0 commit comments

Comments
 (0)