Commit 2a8122c6 authored by 박민석's avatar 박민석

test

parent a0ff2a68
Pipeline #20992 passed with stages
in 3 minutes and 45 seconds
<div class="nav-container"{{#if page.component}} data-component="{{page.component.name}}" data-version="{{page.version}}"{{/if}}> <div class="nav-container"{{#if page.component}} data-component="{{page.component.name}}" data-version="{{page.version}}"{{/if}}>
<aside class="nav"> <aside class="nav">
<div class="panels"> <div class="panels">
{{!-- {{> page-versions}} --}} {{> page-versions}}
{{> nav-menu}} {{> nav-menu}}
{{> nav-explore}} {{> nav-explore}}
</div> </div>
......
...@@ -3,21 +3,18 @@ ...@@ -3,21 +3,18 @@
<div class="page-versions"> <div class="page-versions">
<div class="backdrop"></div> <div class="backdrop"></div>
<h2 class="title"><a href="{{{relativize ./url}}}">{{page.component.title}}</a></h2> <h2 class="title"><a href="{{{relativize ./url}}}">{{page.component.title}}</a></h2>
<button class="version-menu-toggle" title="Show other versions of page"> <button class="version-menu-toggle" title="Show other versions of page">{{#if (or page.componentVersion.version (ne page.componentVersion.displayVersion 'default'))}}v{{page.componentVersion.displayVersion}}{{/if}}</button>
{{#if (or page.componentVersion.version (ne page.componentVersion.displayVersion 'default'))}}
v{{page.componentVersion.displayVersion}}
{{/if}}
</button>
{{#with site.components.[0]}}
{{#if (or ./versions.[1] ./versions.[0].version (ne ./versions.[0].displayVersion 'default'))}}
<!-- Version data: {{site.components}} -->
{{#with site.components.[0]}}
<!-- Version data: {{versions}} -->
<!-- Version data: {{./versions}} -->
<div class="version-menu"> <div class="version-menu">
{{#each ./versions}} {{#each ./versions}}
<a class="version <a class="version
{{!-- {{~#if (eq ./version @root.page.version)}} is-current{{/if~}} --}}
{{~#if (and (eq .. @root.page.component) (eq this @root.page.componentVersion))}} is-current{{/if~}} {{~#if (and (eq .. @root.page.component) (eq this @root.page.componentVersion))}} is-current{{/if~}}
{{~#if ./missing}} is-missing{{/if}}" href="{{{relativize ./url}}}"> {{~#if ./missing}} is-missing{{/if}}" href="{{{relativize ./url}}}">v{{./displayVersion}}</a>
v{{./displayVersion}}
</a>
{{/each}} {{/each}}
</div> </div>
{{/with}} {{/with}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment