Skip to content

Commit 2aef987

Browse files
committed
keep "home" always visible
1 parent c9b48ac commit 2aef987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/oap.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
<span class="font-bold">{{{ this.title }}}</span>
112112
<div>
113-
<oap-versions version="{{@root.page.displayVersion}}">
113+
<oap-versions version="{{@root.page.displayVersion}}">
114114
{{#each this.versions}}
115115
<div data-url="{{this.url}}" data-version="{{this.displayVersion}}"></div>
116116
{{/each}}
@@ -121,7 +121,7 @@
121121

122122
<span>{{{ this.title }}}</span>
123123
<div>
124-
<oap-versions version="none">
124+
<oap-versions version="none" {{#if (eq this.name 'oap')}} visible="home"{{/if}}>
125125
{{#each this.versions}}
126126
<div data-url="{{this.url}}" data-version="{{this.displayVersion}}"></div>
127127
{{/each}}

0 commit comments

Comments
 (0)