We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85a636 commit f6f4913Copy full SHA for f6f4913
src/partials/toolbar/breadcrumbs.hbs
@@ -22,7 +22,7 @@
22
<li class="flex align-center li">
23
<p>{{{./content}}}{{#if (and (not (is-null @root.page.version)) (not (is-one-of @root.page.version 'default' 'latest' 'master' '~')) (or (eq ./url @root.page.breadcrumbs.0.url) (and (ends-with ./url "index.html"))))}} <span class="breadcrumbs-item-version">({{ @root.page.version }})</span>{{/if}}</p>
24
</li>
25
- {{else if (ne ./url @root.page.breadcrumbs.0.url)}}
+ {{else if (not ./root)}}
26
<li class="flex align-center li"><a class="link" href="{{{relativize ./url}}}">{{{./content}}}</a></li>
27
{{/if}}
28
0 commit comments