add missing closing bracket
authorDan Allen <dan@opendevise.com>
Thu, 24 Sep 2020 22:58:05 +0000 (16:58 -0600)
committerDan Allen <dan@opendevise.com>
Thu, 24 Sep 2020 22:58:05 +0000 (16:58 -0600)
src/partials/nav-explore.hbs

index a28e111..94bc5b4 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 ../latest}} is-latest{{/if}}">
+          {{~#if (eq this ../latest)}} is-latest{{/if}}">
           <a href="{{{relativize ./url}}}">{{./displayVersion}}</a>
         </li>
         {{/each}}