projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f9ea3c
)
add missing closing bracket
author
Dan Allen
<dan@opendevise.com>
Thu, 24 Sep 2020 22:58:05 +0000
(16:58 -0600)
committer
Dan Allen
<dan@opendevise.com>
Thu, 24 Sep 2020 22:58:05 +0000
(16:58 -0600)
src/partials/nav-explore.hbs
patch
|
blob
|
history
diff --git
a/src/partials/nav-explore.hbs
b/src/partials/nav-explore.hbs
index
a28e111
..
94bc5b4
100644
(file)
--- a/
src/partials/nav-explore.hbs
+++ b/
src/partials/nav-explore.hbs
@@
-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}}