replace reference to latestVersion property with latest
authorDan Allen <dan@opendevise.com>
Thu, 24 Sep 2020 22:52:52 +0000 (16:52 -0600)
committerDan Allen <dan@opendevise.com>
Thu, 24 Sep 2020 22:52:52 +0000 (16:52 -0600)
src/partials/nav-explore.hbs

index 8bab9dd..a28e111 100644 (file)
@@ -13,7 +13,7 @@
         {{#each ./versions}}
         <li class="version
           {{~#if (and (eq .. @root.page.component) (eq this @root.page.componentVersion))}} is-current{{/if~}}
-          {{~#if (eq this ../latestVersion)}} is-latest{{/if}}">
+          {{~#if (eq this ../latest}} is-latest{{/if}}">
           <a href="{{{relativize ./url}}}">{{./displayVersion}}</a>
         </li>
         {{/each}}