projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
297f59d
)
replace reference to latestVersion property with latest
author
Dan Allen
<dan@opendevise.com>
Thu, 24 Sep 2020 22:52:52 +0000
(16:52 -0600)
committer
Dan Allen
<dan@opendevise.com>
Thu, 24 Sep 2020 22:52:52 +0000
(16:52 -0600)
src/partials/nav-explore.hbs
patch
|
blob
|
history
diff --git
a/src/partials/nav-explore.hbs
b/src/partials/nav-explore.hbs
index
8bab9dd
..
a28e111
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
Version)
}} is-latest{{/if}}">
+ {{~#if (eq this ../latest}} is-latest{{/if}}">
<a href="{{{relativize ./url}}}">{{./displayVersion}}</a>
</li>
{{/each}}